Merge pull request #8027 from slackmoehrle/patch-1

Added git clone instructions and git submodule update --init
This commit is contained in:
minggo 2014-09-15 09:48:22 +08:00
commit 0d412b1e5e
1 changed files with 7 additions and 2 deletions

View File

@ -21,12 +21,17 @@ cocos2d-x is:
Git user attention
-----------------------
1. After cloning the repo, please execute `download-deps.py` to download and install dependencies.
1. clone the repo from GitHub.
$ git clone git@github.com:cocos2d/cocos2d-x.git
2. After cloning the repo, please execute `download-deps.py` to download and install dependencies.
$ cd cocos2d-x
$ python download-deps.py
2. Please execute `download-deps.py` once you synchronize with this repo. If there aren't any updates, it will not download dependencies again.
3. After running `download-deps.py`.
$ cd cocos2d-x
$ git submodule update --init
How to start a new game
-----------------------