Skip to content

Commit

Permalink
Fix manual gulp command instruction in bootstrap
Browse files Browse the repository at this point in the history
  • Loading branch information
robatron committed Feb 28, 2024
1 parent 6553fd8 commit e01b741
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion bootstrap.sh
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,8 @@ fi
if [ "$APPLE_CMD_LINE_TOOLS_INSTALLING" = "yes" ]; then
log "WAIT! Akinizer bootstrapping is ALMOST complete. Apple Command Line Tools needs to finish installing, then you can run 'gulp' in the same directory as your Akinizer gulpfile."
else
log "Akinizer bootstraping complete! Run 'gulp' in the same directory as your Akinizer gulpfile."
log "Akinizer bootstraping complete! Run 'gulp' in the same directory as your Akinizer gulpfile:"
log ". $HOME/.nvm/nvm.sh && cd $AK_INSTALL_ROOT/examples/ && gulp"
fi

cd examples/

0 comments on commit e01b741

Please sign in to comment.