Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
jareguo committed May 27, 2019
1 parent d22a897 commit 9d6446b
Showing 1 changed file with 5 additions and 9 deletions.
14 changes: 5 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Cocos2d-x, compact version

<a href="https://travis-ci.org/cocos-creator/cocos2d-x-lite"><img src="https://travis-ci.org/cocos-creator/cocos2d-x-lite.svg?branch=develop " alt="Build Status"></a>

It is based on [cocos2d-x](https://github.com/cocos2d/cocos2d-x)[version 3.9], but remove 3D and other features. It works on iOS,OS X, Android and Windows.
It is based on [cocos2d-x](https://github.com/cocos2d/cocos2d-x)[version 3.9], but remove 3D and other features. It works on iOS, Android, macOS and Windows.

------------------------------------------------

Expand Down Expand Up @@ -43,19 +43,15 @@ Git user attention
1. Clone the repo from GitHub.

$ git clone https://github.com/cocos-creator/cocos2d-x-lite.git

2. After cloning the repo, please execute `download-deps.py` to download and install dependencies.

$ cd cocos2d-x-lite
$ python download-deps.py
$ npm install

3. After running `download-deps.py`.
2. After cloning the repo, please execute `gulp init` to download and install dependencies.

$ git submodule update --init
$ gulp init

4. Build simulator
3. Build simulator

$ npm install
$ gulp gen-simulator
$ gulp update-simulator-config

Expand Down

0 comments on commit 9d6446b

Please sign in to comment.