diff --git a/docs/GettingStarted.md b/docs/GettingStarted.md index 9a94d4c65..f87a4cb25 100644 --- a/docs/GettingStarted.md +++ b/docs/GettingStarted.md @@ -118,6 +118,12 @@ choco install python2 Node.js comes with npm, which lets you install the React Native command line interface. +Run the following command in a Terminal: + +``` +npm install -g react-native-cli +``` + ### The React Native CLI