mirror of https://github.com/axmolengine/axmol.git
Merge pull request #12286 from oscr/fix_readme
Remove incorrect README.md instruction
This commit is contained in:
commit
4d464999f4
|
@ -32,12 +32,11 @@ Git user attention
|
|||
2. After cloning the repo, please execute `download-deps.py` to download and install dependencies.
|
||||
|
||||
$ cd cocos2d-x
|
||||
$ python download-deps.py
|
||||
cocos2d-x $ python download-deps.py
|
||||
|
||||
3. After running `download-deps.py`.
|
||||
|
||||
$ cd cocos2d-x
|
||||
$ git submodule update --init
|
||||
cocos2d-x $ git submodule update --init
|
||||
|
||||
How to start a new game
|
||||
-----------------------
|
||||
|
|
Loading…
Reference in New Issue