Update README.md

This commit is contained in:
WanderWang 2014-02-03 23:26:40 +08:00
parent 2608806b7b
commit 5d10310d39
1 changed files with 2 additions and 2 deletions

View File

@ -13,7 +13,7 @@ Notice: The best project path is an English path without spaces.
To use this, open the terminal and type:
```
$ cd cocos2d-x/tools/project-creator
$ ./project-creator.py --help
$ ./project-creator.py -n mygame -k com.your_company.mygame -l cpp -p /home/mygame
$ ./create_project.py --help
$ ./create_project.py -n mygame -k com.your_company.mygame -l cpp -p /home/mygame
$ cd /home/mygame
```