diff --git a/README.md b/README.md index 04c2d02..f2f79fb 100644 --- a/README.md +++ b/README.md @@ -4,13 +4,20 @@ A Claude Code skill that removes signs of AI-generated writing from text, making ## Installation -### Recommended (clone directly into Claude Code skills directory) +### Recommended (clone directly into skills directory) +**Claude Code:** ```bash mkdir -p ~/.claude/skills git clone https://github.com/blader/humanizer.git ~/.claude/skills/humanizer ``` +**AdaL:** +```bash +mkdir -p ~/.adal/skills +git clone https://github.com/blader/humanizer.git ~/.adal/skills/humanizer +``` + ### Manual install/update (only the skill file) If you already have this repo cloned (or you downloaded `SKILL.md`), copy the skill file into Claude Code’s skills directory: