Commit f609467
committed
fix: use npm to install ClawHub CLI instead of non-existent install script
The previous workflow used curl to download from https://clawhub.com/install.sh
which does not exist. Changed to install via npm (npm install -g clawhub)
as per official ClawHub documentation.1 parent 4617238 commit f609467
1 file changed
Lines changed: 7 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
15 | 20 | | |
16 | | - | |
17 | | - | |
18 | | - | |
| 21 | + | |
19 | 22 | | |
20 | 23 | | |
21 | 24 | | |
22 | 25 | | |
23 | | - | |
| 26 | + | |
0 commit comments