diff --git a/README.md b/README.md index 05d3445..45f7568 100644 --- a/README.md +++ b/README.md @@ -18,19 +18,19 @@ Yet another coding agent harness, lightweight and written (vibe-slopped) in go. ### One-liner (macOS, Linux) ```bash -curl -fsSL https://raw.githubusercontent.com/patriceckhart/zot/main/install.sh | bash +curl -fsSL https://zot.patriceckhart.com/install.sh | bash ``` Detects your OS and architecture, downloads the latest release from GitHub, verifies the SHA-256 against the release's `checksums.txt`, extracts the binary, and drops it in `/usr/local/bin`, `~/.local/bin`, or `~/bin`, whichever is writable first. Pass a version or prefix to pin: ```bash -curl -fsSL https://raw.githubusercontent.com/patriceckhart/zot/main/install.sh | bash -s -- v0.0.1 ~/bin +curl -fsSL https://zot.patriceckhart.com/install.sh | bash -s -- v0.0.1 ~/bin ``` ### One-liner (Windows, PowerShell) ```powershell -iwr -useb https://raw.githubusercontent.com/patriceckhart/zot/main/install.ps1 | iex +iwr -useb https://zot.patriceckhart.com/install.ps1 | iex ``` Drops `zot.exe` into `$HOME\bin` and adds it to the user PATH if missing. Open a fresh terminal afterwards.