Remove remote installation script (install-remote.sh) due to deprecation and transition to new installation methods.

This commit is contained in:
catlog22
2026-01-04 12:04:13 +08:00
parent df4d6fdc45
commit 7e3d9007cd
7 changed files with 196 additions and 4151 deletions

View File

@@ -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
```
---