Merge pull request #29 from jeluard/patch-1

Update brew commands
This commit is contained in:
Tatu 2017-05-09 21:02:23 +03:00 committed by GitHub
commit a2ac3c27cf

View File

@ -7,12 +7,13 @@ This guide is written with OS X in mind.
## Build and Test ## Build and Test
### Requirements ### Requirements
- [Homebrew](http://brew.sh/) + `brew update` (optional, for OS X). For Windows use [Chocolatey](https://chocolatey.org/).
- [Homebrew](http://brew.sh/) + `brew update` (optional, for OS X) + `brew tap caskroom/cask`. For Windows use [Chocolatey](https://chocolatey.org/).
- [Node & NPM](https://nodejs.org/en/) `brew install node watchman` - [Node & NPM](https://nodejs.org/en/) `brew install node watchman`
- [Lein](http://leiningen.org) `brew install leiningen` - [Lein](http://leiningen.org) `brew install leiningen`
- [react-native](https://facebook.github.io/react-native/docs/getting-started.html) `npm install -g react-native-cli` - [react-native](https://facebook.github.io/react-native/docs/getting-started.html) `npm install -g react-native-cli`
- [Latest JDK](http://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html) `brew cask install java` - [Latest JDK](http://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html) `brew cask install java`
- Android SDK with build tools version 23.0.1 [Mac] `brew install android-sdk` or [Windows/Linux](https://developer.android.com/sdk/installing/index.html) - Android SDK with build tools version 23.0.1 [Mac] `brew cask install android-sdk` or [Windows/Linux](https://developer.android.com/sdk/installing/index.html)
- [Genymotion](https://www.genymotion.com) (optional, you may use an Android Virtual Device or real device) - [Genymotion](https://www.genymotion.com) (optional, you may use an Android Virtual Device or real device)
- [Setup Android Development Environment / Simulator](https://facebook.github.io/react-native/docs/android-setup.html) - [Setup Android Development Environment / Simulator](https://facebook.github.io/react-native/docs/android-setup.html)
- GIT over SSH, please add public key to Github - GIT over SSH, please add public key to Github