From 253f23f3575e1f376f8be3b7fd982f55c42da874 Mon Sep 17 00:00:00 2001 From: Artur Girenko Date: Fri, 8 Jan 2016 21:10:11 +0100 Subject: [PATCH] add react-native-cli to dependency list in README #7 --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 80967f3..ee00ed1 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ Contributions are welcome. ## Usage Before getting started, make sure you have the -[required dependencies](#dependencies) installed.fix in +[required dependencies](#dependencies) installed. Then, install the CLI using npm: @@ -267,6 +267,7 @@ tools. - [npm](https://www.npmjs.com) `>=1.4` - [Node.js](https://nodejs.org) `>=4.0.0` +- [react-native-cli](https://www.npmjs.com/package/react-native-cli) `>=0.1.7` (install with `npm install -g react-native-cli`) - [Leiningen](http://leiningen.org) `>=2.5.3` - [Java 8](http://www.oracle.com/technetwork/java/javase/downloads/index.html) - [Xcode](https://developer.apple.com/xcode) (+ Command Line Tools) `>=6.3` (optional for Android)