We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3855674 commit f2ea52eCopy full SHA for f2ea52e
install.sh
@@ -19,7 +19,7 @@ else
19
echo ""
20
echo "Please choose installation type:"
21
echo "1) Install to current directory (manual project)"
22
- echo "2) Install globally to ~/.claude/workflows"
+ echo "2) Install globally to ~/.claude/commands"
23
read -p "Enter choice [1-2]: " choice
24
25
case $choice in
0 commit comments