Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,13 @@ Git user attention
$ cd cocos2d-x
cocos2d-x $ python download-deps.py

3. After running `download-deps.py`.
3. After running `download-deps.py`.

cocos2d-x $ git submodule update --init

> **ATTENTION** Currently there is a problem with submodules URL specification. to circumvent this issue, change urls
in `.gitmodules` and `.git/config` files from _git://_ to _https://_.


Download stable versions
-----------------------
Expand Down