Skip to content
Merged
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: 3 additions & 3 deletions en/installation/OSX.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ cd <to where you want to clone this repo>

git clone git@github.com:cocos2d/cocos2d-x.git

git submodule update --init
cd cocos2d-x

git submodule update
git submodule update --init

./download-deps.py
```
Expand All @@ -48,4 +48,4 @@ Once everything above works, you can start a new project! To do this, read our
document on the **[Cocos Command-line tool](../editors_and_tools/cocosCLTool.md)**.

## Troubleshooting
Please see this [F.A.Q](../faq/macos.md) for troubleshooting help.
Please see this [F.A.Q](../faq/macos.md) for troubleshooting help.