You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs: improve usage examples across all documentation
- Remove incorrect '.' directory arguments from all help messages
- Emphasize claude-yolo as primary interface in install.sh examples
- Add practical example: --trace -v ~/.ssh:/root/.ssh:ro --continue
- Update README.md with corrected usage patterns
- Add bright yellow warning color in install.sh
- Show argument pass-through capabilities in claude-yolo
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>
**Note**: Volumes mounted to `/root/*` are automatically symlinked to `/home/claude/*` for non-root user access.
@@ -117,7 +128,7 @@ cd claude-code-yolo
117
128
make build
118
129
119
130
# Run directly
120
-
./claude.sh --yolo.
131
+
./claude.sh --yolo
121
132
```
122
133
123
134
## Inspired by
@@ -126,4 +137,3 @@ make build
126
137
-**[meal/claude-code-cli](https://github.com/meal/claude-code-cli)** - Containerized Claude Code with ready-to-use Docker setup
127
138
-**[gagarinyury/claude-code-root-runner](https://github.com/gagarinyury/claude-code-root-runner)** - Root privilege bypass for Claude Code using temporary users
128
139
-**[textcortex/claude-code-sandbox](https://github.com/textcortex/claude-code-sandbox)** - Full sandbox environment with web UI and autonomous workflows
0 commit comments