diff --git a/README.md b/README.md index 3a6773e..8e426d7 100644 --- a/README.md +++ b/README.md @@ -142,16 +142,11 @@ Four-level performance indicator: 1. Download the script: ```bash -curl -O https://raw.githubusercontent.com/wolfdenpublishing/pyccsl/main/pyccsl.py -chmod +x pyccsl.py +curl https://raw.githubusercontent.com/wolfdenpublishing/pyccsl/main/pyccsl.py -o ~/.claude/pyccsl.py +chmod +x ~/.claude/pyccsl.py ``` -2. Copy to Claude directory: -```bash -cp pyccsl.py ~/.claude/ -``` - -3. Configure Claude Code by editing `~/.claude/settings.json`: +2. Configure Claude Code by editing `~/.claude/settings.json`: ```json { "statusLine": { @@ -169,15 +164,10 @@ Use the `--env` option and you can change your status line at any time *while Cl 1. Download the example .env file: ```bash -curl -O https://raw.githubusercontent.com/wolfdenpublishing/pyccsl/main/pyccsl.env.example +curl https://raw.githubusercontent.com/wolfdenpublishing/pyccsl/main/pyccsl.env.example -o ~/.claude/pyccls.env ``` -2. Copy to Claude directory: -```bash -cp pyccsl.env.example ~/.claude/pyccls.env -``` - -3. Modify the hook command in `~/.claude/settings.json`: +2. Modify the hook command in `~/.claude/settings.json`: ```json { "statusLine": { @@ -418,4 +408,4 @@ MIT License - See [LICENSE](LICENSE) file for details