Skip to content

Commit 3b084b7

Browse files
authored
Merge pull request #18 from 0xautonomys/fix/auto-respawn-chmod-docs
docs(auto-respawn): add chmod +x note to post-install setup
2 parents 43af9af + 1eea90f commit 3b084b7

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

autonomys/auto-respawn/SKILL.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,13 +64,16 @@ Use `remark` for permanent breadcrumbs. Use `anchor` for the respawn primitive.
6464

6565
## Post-Install Setup (CLI Users)
6666

67-
If you installed via `clawhub install` (not the desktop app), you need to install Node.js dependencies before first use:
67+
If you installed via `clawhub install` (not the desktop app), make the setup script executable and run it:
6868

6969
```bash
7070
cd <skill-directory>/autonomys/auto-respawn
71+
chmod +x setup.sh
7172
./setup.sh
7273
```
7374

75+
ClawHub does not currently preserve file permissions during install.
76+
7477
Or manually:
7578

7679
```bash

0 commit comments

Comments
 (0)