From 5b4ab425b691559d6bbaf5e02d36078245a4e0ce Mon Sep 17 00:00:00 2001
From: liyin2015
Date: Sun, 1 Feb 2026 17:50:25 -0800
Subject: [PATCH] docs: add AdaL installation instructions
---
README.md | 9 ++++++++-
1 file changed, 8 insertions(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 04c2d02a..f2f79fb0 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: