mirror of
https://github.com/catlog22/Claude-Code-Workflow.git
synced 2026-02-05 01:50:27 +08:00
Remove remote installation script (install-remote.sh) due to deprecation and transition to new installation methods.
This commit is contained in:
@@ -102,11 +102,14 @@ git checkout -b feature/your-feature-name
|
||||
### 4. Install CCW for Testing
|
||||
|
||||
```bash
|
||||
# Install your development version
|
||||
bash Install-Claude.sh
|
||||
# Install dependencies
|
||||
npm install
|
||||
|
||||
# Or on Windows
|
||||
powershell -ExecutionPolicy Bypass -File Install-Claude.ps1
|
||||
# Link your development version globally
|
||||
npm link
|
||||
|
||||
# Verify installation
|
||||
ccw --version
|
||||
```
|
||||
|
||||
---
|
||||
|
||||
Reference in New Issue
Block a user