feat: add MSYS path fix, Claude Code CLI, and Windows instructions

- Prevent MSYS from converting Unix container paths on Windows
- Install @anthropic-ai/claude-code globally in the Docker image
- Add Windows platform instructions to README
This commit is contained in:
ezl-keygraph
2026-02-16 20:04:51 +05:30
parent ce2628f6f0
commit e85f6e0c73
3 changed files with 11 additions and 0 deletions
+4
View File
@@ -195,6 +195,10 @@ git clone https://github.com/your-org/api.git
### Platform-Specific Instructions
**For Windows:**
Install [Git for Windows](https://git-scm.com/install/windows) and run Shannon from **Git Bash** with Docker Desktop installed.
**For Linux (Native Docker):**
You may need to run commands with `sudo` depending on your Docker setup. If you encounter permission issues with output files, ensure your user has access to the Docker socket.