Merge pull request #12286 from oscr/fix_readme

Remove incorrect README.md instruction
This commit is contained in:
子龙山人 2015-06-12 09:56:11 +08:00
commit 4d464999f4
1 changed files with 2 additions and 3 deletions

View File

@ -32,12 +32,11 @@ Git user attention
2. After cloning the repo, please execute `download-deps.py` to download and install dependencies. 2. After cloning the repo, please execute `download-deps.py` to download and install dependencies.
$ cd cocos2d-x $ cd cocos2d-x
$ python download-deps.py cocos2d-x $ python download-deps.py
3. After running `download-deps.py`. 3. After running `download-deps.py`.
$ cd cocos2d-x cocos2d-x $ git submodule update --init
$ git submodule update --init
How to start a new game How to start a new game
----------------------- -----------------------