Refer in README to install.sh for installing rules instead of instructutions for manual (#196)

This commit is contained in:
Francis Behnen
2026-02-12 09:02:38 +01:00
committed by GitHub
parent 75ab8e6194
commit c95ac2c7c3

View File

@@ -117,19 +117,22 @@ Get up and running in under 2 minutes:
> ⚠️ **Important:** Claude Code plugins cannot distribute `rules` automatically. Install them manually:
```bash
# Clone the repo first
git clone https://github.com/affaan-m/everything-claude-code.git
cd everything-claude-code
# Install common rules (required)
cp -r everything-claude-code/rules/common/* ~/.claude/rules/
# Install language-specific rules (pick your stack)
cp -r everything-claude-code/rules/typescript/* ~/.claude/rules/
cp -r everything-claude-code/rules/python/* ~/.claude/rules/
cp -r everything-claude-code/rules/golang/* ~/.claude/rules/
# Recommended: use the installer (handles common + language rules safely)
./install.sh typescript # or python or golang
# You can pass multiple languages:
# ./install.sh typescript python golang
# or target cursor:
# ./install.sh --target cursor typescript
```
For manual install instructions see the README in the `rules/` folder.
### Step 3: Start Using
```bash