Skip to content

Commit c63d7f8

Browse files
committed
Add dev branch install option for experimental features
1 parent 2cb2e92 commit c63d7f8

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

docs/install-for-claude.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,24 @@ If you have the plugin cloned locally:
2626
claude --plugin-dir /path/to/humanize
2727
```
2828

29+
## Option 3: Try Experimental Features (dev branch)
30+
31+
The `dev` branch contains experimental features that are not yet released to `main`. To try them locally:
32+
33+
```bash
34+
git clone https://github.com/humania-org/humanize.git
35+
cd humanize
36+
git checkout dev
37+
```
38+
39+
Then start Claude Code with the local plugin directory:
40+
41+
```bash
42+
claude --plugin-dir /path/to/humanize
43+
```
44+
45+
Note: The `dev` branch may contain unstable or incomplete features. For production use, stick with Option 1 (Git Marketplace) which tracks the stable `main` branch.
46+
2947
## Verify Installation
3048

3149
After installing, you should see Humanize commands available:

0 commit comments

Comments
 (0)