From c95ac2c7c3413f6c93a8a9c46cab6e4a75b6c722 Mon Sep 17 00:00:00 2001 From: Francis Behnen <15660621+FrancisBehnen@users.noreply.github.com> Date: Thu, 12 Feb 2026 09:02:38 +0100 Subject: [PATCH] Refer in README to install.sh for installing rules instead of instructutions for manual (#196) --- README.md | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index fe7711a3..8c10fd4b 100644 --- a/README.md +++ b/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: + ```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