Update the description of "how to start a new game" in README.md.

This commit is contained in:
zhangbin 2014-04-21 11:37:35 +08:00
parent 5a81ed6521
commit c0dfbc7561
1 changed files with 3 additions and 3 deletions

View File

@ -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