mirror of
https://github.com/harivansh-afk/claude-continual-learning.git
synced 2026-04-15 15:03:34 +00:00
hotfix
This commit is contained in:
parent
dcec7691bc
commit
a7ac3869bc
1 changed files with 1 additions and 1 deletions
|
|
@ -137,7 +137,7 @@ echo ""
|
|||
# Change to target directory and run claude /setup-agent
|
||||
cd "$TARGET_DIR"
|
||||
if command -v claude &> /dev/null; then
|
||||
claude --dangerously-skip-permissions /setup-agent
|
||||
claude --print --dangerously-skip-permissions -p "/setup-agent"
|
||||
else
|
||||
echo -e "${RED}Error: 'claude' command not found in PATH${NC}"
|
||||
echo "Please ensure Claude Code is installed and run manually:"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue