Update README.md

This commit is contained in:
Philip Henning 2025-08-19 06:33:58 +00:00
parent 4761f48885
commit 0710d10fac

View file

@ -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
```