Skip to content

Commit

Permalink
Tiny tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
jamonholmgren committed Nov 29, 2023
1 parent 9bae5c5 commit bf5fe28
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/cli.sh
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ if [[ $1 == "-h" || $1 == "--help" ]]; then
echo "Usage: qub [command] [options]"
echo ""
echo "Commands:"
echo " create Create a new Qub QB64 web project (coming soon)"
echo " create Create a new Qub QB64 web project"
echo " setup-server Set up remote server for deployment (coming soon)"
echo ""
echo "Options:"
Expand Down Expand Up @@ -92,7 +92,7 @@ if [[ $1 == "create" ]]; then
exit 1
fi

# Make the folder
# Make the folders
mkdir $DOMAIN
mkdir $DOMAIN/bin
mkdir -p $DOMAIN/web/pages
Expand Down

0 comments on commit bf5fe28

Please sign in to comment.