mirror of https://github.com/axmolengine/axmol.git
Update the description of "how to start a new game" in README.md.
This commit is contained in:
parent
5a81ed6521
commit
c0dfbc7561
|
@ -31,8 +31,8 @@ Example:
|
|||
$ cd cocos2d-x
|
||||
$ ./setup.py
|
||||
$ source FILE_TO_SAVE_SYSTEM_VARIABLE
|
||||
$ cocos new MyGame -p com.your_company.mygame -l cpp -d /home
|
||||
$ cd /home/MyGame
|
||||
$ cocos new MyGame -p com.your_company.mygame -l cpp -d NEW_PROJECTS_DIR
|
||||
$ cd NEW_PROJECTS_DIR/MyGame
|
||||
|
||||
### Build and run new project for android ###
|
||||
|
||||
|
@ -56,7 +56,7 @@ script in **cocos2d/build/install-deps-linux.sh**
|
|||
|
||||
Then
|
||||
|
||||
$ cd /home/MyGame
|
||||
$ cd NEW_PROJECTS_DIR/MyGame
|
||||
$ cocos run -p linux
|
||||
|
||||
Run
|
||||
|
|
Loading…
Reference in New Issue