update README

This commit is contained in:
minggo 2014-03-14 22:45:29 +08:00
parent feeed7cffa
commit bade59cf1c
1 changed files with 6 additions and 2 deletions

View File

@ -36,11 +36,15 @@ Example:
### Build and run new project for android ###
$ cocos run -p android
$ cocos run -p -j4 android
### Build and run new project for iOS & OSX ###
### Build and run new project for iOS ###
$ cocos run -p ios
### Build and run new project for OSX ###
$ cocos run -p mac
### Build and run new project for linux ###