diff --git a/README.md b/README.md index 90e702b..82068f3 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,8 @@ Runs [`claude`](https://claude.com/product/claude-code) on a predefined prompt i ## Quickstart ``` -brew install IvanRublev/tap/claudezero +sudo curl -fsSL https://raw.githubusercontent.com/IvanRublev/claudezero/refs/heads/master/claudezero.sh -o /usr/local/bin/claudezero +sudo chmod +x /usr/local/bin/claudezero ``` Change to your repo root with a todo-list file, and make sure the working tree is in a clean state (commit or stash any changes) and the todo file itself is committed on that branch. @@ -101,15 +102,15 @@ Supported on **macOS and Linux** (the script is bash-3.2-safe, so stock macOS `b ### Get the script -#### macOS (Homebrew) +#### Linux / macOS (curl) ```sh - brew install IvanRublev/tap/claudezero + sudo curl -fsSL https://raw.githubusercontent.com/IvanRublev/claudezero/refs/heads/master/claudezero.sh -o /usr/local/bin/claudezero + sudo chmod +x /usr/local/bin/claudezero ``` -#### Linux (curl) +#### macOS (Homebrew) ```sh - sudo curl -fsSL https://raw.githubusercontent.com/IvanRublev/claudezero/refs/heads/master/claudezero.sh -o /usr/local/bin/claudezero - sudo chmod +x /usr/local/bin/claudezero + brew install IvanRublev/tap/claudezero ``` ### Prerequisites @@ -323,4 +324,4 @@ Built and maintained by Ivan Rublev. Need integration help, Loop Engineering tra Copyright © 2026 Ivan Rublev. -This project is licensed under the MIT license. \ No newline at end of file +This project is licensed under the MIT license.