fix: Change 'claude-code' to 'claude' in test script instructions
The correct command to start Claude is 'claude', not 'claude-code'. Updated line 362-363 in test-bmad-pr.sh to show the correct command.
This commit is contained in:
parent
77209a8572
commit
dacd168560
|
|
@ -359,8 +359,8 @@ echo ""
|
|||
echo " 1. Navigate to test project:"
|
||||
echo -e " ${GREEN}cd $TEST_DIR/bmad-project${NC}"
|
||||
echo ""
|
||||
echo " 2. Start Claude Code session:"
|
||||
echo -e " ${GREEN}claude-code${NC}"
|
||||
echo " 2. Start Claude session:"
|
||||
echo -e " ${GREEN}claude${NC}"
|
||||
echo ""
|
||||
echo " 3. Test party mode:"
|
||||
echo -e " ${GREEN}/bmad:core:workflows:party-mode${NC}"
|
||||
|
|
|
|||
Loading…
Reference in New Issue