We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 43af9af + 1eea90f commit 3b084b7Copy full SHA for 3b084b7
1 file changed
autonomys/auto-respawn/SKILL.md
@@ -64,13 +64,16 @@ Use `remark` for permanent breadcrumbs. Use `anchor` for the respawn primitive.
64
65
## Post-Install Setup (CLI Users)
66
67
-If you installed via `clawhub install` (not the desktop app), you need to install Node.js dependencies before first use:
+If you installed via `clawhub install` (not the desktop app), make the setup script executable and run it:
68
69
```bash
70
cd <skill-directory>/autonomys/auto-respawn
71
+chmod +x setup.sh
72
./setup.sh
73
```
74
75
+ClawHub does not currently preserve file permissions during install.
76
+
77
Or manually:
78
79
0 commit comments