We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 812fc5e commit 587931dCopy full SHA for 587931d
1 file changed
README.md
@@ -144,6 +144,11 @@ uv run uvicorn server:app --host 0.0.0.0 --port 8082
144
145
**Terminal 2:** Run Claude Code:
146
147
+#### Powershell
148
+```powershell
149
+$env:ANTHROPIC_AUTH_TOKEN="freecc"; $env:ANTHROPIC_BASE_URL="http://localhost:8082"; claude
150
+```
151
+#### Bash
152
```bash
153
ANTHROPIC_AUTH_TOKEN="freecc" ANTHROPIC_BASE_URL="http://localhost:8082" claude
154
```
0 commit comments