mirror of
https://github.com/affaan-m/everything-claude-code.git
synced 2026-03-30 13:43:26 +08:00
Refer in README to install.sh for installing rules instead of instructutions for manual (#196)
This commit is contained in:
17
README.md
17
README.md
@@ -117,19 +117,22 @@ Get up and running in under 2 minutes:
|
|||||||
|
|
||||||
> ⚠️ **Important:** Claude Code plugins cannot distribute `rules` automatically. Install them manually:
|
> ⚠️ **Important:** Claude Code plugins cannot distribute `rules` automatically. Install them manually:
|
||||||
|
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
# Clone the repo first
|
# Clone the repo first
|
||||||
git clone https://github.com/affaan-m/everything-claude-code.git
|
git clone https://github.com/affaan-m/everything-claude-code.git
|
||||||
|
cd everything-claude-code
|
||||||
|
|
||||||
# Install common rules (required)
|
# Recommended: use the installer (handles common + language rules safely)
|
||||||
cp -r everything-claude-code/rules/common/* ~/.claude/rules/
|
./install.sh typescript # or python or golang
|
||||||
|
# You can pass multiple languages:
|
||||||
# Install language-specific rules (pick your stack)
|
# ./install.sh typescript python golang
|
||||||
cp -r everything-claude-code/rules/typescript/* ~/.claude/rules/
|
# or target cursor:
|
||||||
cp -r everything-claude-code/rules/python/* ~/.claude/rules/
|
# ./install.sh --target cursor typescript
|
||||||
cp -r everything-claude-code/rules/golang/* ~/.claude/rules/
|
|
||||||
```
|
```
|
||||||
|
|
||||||
|
For manual install instructions see the README in the `rules/` folder.
|
||||||
|
|
||||||
### Step 3: Start Using
|
### Step 3: Start Using
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
|
|||||||
Reference in New Issue
Block a user