mirror of https://github.com/axmolengine/axmol.git
Update readme to fix new project command template (#1107)
* Indicate how to get more information regarding axmol new command
This commit is contained in:
parent
2d8d754cd9
commit
95341a5c1f
|
@ -94,9 +94,11 @@ Open [APPENDIX.md](APPENDIX.md) for additional information and see [Milestones](
|
||||||
|
|
||||||
#### Creating A New Project
|
#### 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:
|
Examples:
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue