From 0710d10fac0b69234cfaded22ece223e7d53caa7 Mon Sep 17 00:00:00 2001 From: phg Date: Tue, 19 Aug 2025 06:33:58 +0000 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3d8b903..f311d33 100644 --- a/README.md +++ b/README.md @@ -55,9 +55,9 @@ echo "alias hosts=\"uvx git+https://git.s1q.dev/phg/hosts.git\"" >> ~/.zshrc ### Basic Usage ```bash # Launch the application -uv run hosts +uvx git+https://git.s1q.dev/phg/hosts.git -# Or if installed globally +# Or if you've setup the alias hosts ```