From 95341a5c1fcabe186f4c0ec0d8742fc3c18e1e65 Mon Sep 17 00:00:00 2001 From: RH Date: Sat, 11 Mar 2023 01:11:17 +1100 Subject: [PATCH] Update readme to fix new project command template (#1107) * Indicate how to get more information regarding axmol new command --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b759ab6fde..61df406317 100644 --- a/README.md +++ b/README.md @@ -94,9 +94,11 @@ Open [APPENDIX.md](APPENDIX.md) for additional information and see [Milestones]( #### Creating A New Project -Using a console window, the command to generate a new project is as follows: +Using a console window, an example of a command to generate a new project is as follows: -```axmol new -p YOUR.UNIQUE.ID -d PROJECT_PATH -l [cpp|lua]``` +```axmol new -p YOUR.UNIQUE.ID -d PROJECT_PATH -l [cpp|lua] [--portrait] PROJECT_NAME``` + +Type `axmol new --help` at the command line for more options you can pass to `axmol new` Examples: