Commit ad99616
committed
docs: add mkdir -p before cp in install instructions
The cp commands would fail on a fresh machine where ~/.claude/commands/
or ~/.pi/agent/prompts/ don't exist yet. Add mkdir -p to create the
target directories first.
https://claude.ai/code/session_019PYyW4ZpfWhLocWBYnypzw1 parent 04a13ad commit ad99616
1 file changed
+2
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
| 42 | + | |
42 | 43 | | |
43 | 44 | | |
44 | 45 | | |
| |||
48 | 49 | | |
49 | 50 | | |
50 | 51 | | |
| 52 | + | |
51 | 53 | | |
52 | 54 | | |
53 | 55 | | |
| |||
0 commit comments