Removing react-native link comment

This commit is contained in:
Jonathan Carter
2016-06-22 12:03:00 -07:00
committed by GitHub
parent 507a3dc33a
commit 76a26bed95

View File

@@ -98,7 +98,7 @@ In order to accommodate as many developer preferences as possible, the CodePush
1. Run `rnpm link react-native-code-push`
*Note: If you don't already have RNPM installed, you can do so by simply running `npm i -g rnpm` and then executing the above command. Alternatively, if you're using React Native 0.28+, you can run `react-native link` instead, since RNPM was merged into React Native starting in that version.*
*Note: If you don't already have RNPM installed, you can do so by simply running `npm i -g rnpm` and then executing the above command.*
And that's it! Isn't RNPM awesome? :)
@@ -208,7 +208,7 @@ In order to accommodate as many developer preferences as possible, the CodePush
1. Run `rnpm link react-native-code-push`
*Note: If you don't already have RNPM installed, you can do so by simply running `npm i -g rnpm` and then executing the above command. Alternatively, if you're using React Native 0.28+, you can run `react-native link` instead, since RNPM was merged into React Native starting in that version.*
*Note: If you don't already have RNPM installed, you can do so by simply running `npm i -g rnpm` and then executing the above command.*
2. If you're using RNPM >=1.6.0, you will be prompted for the deployment key you'd like to use. If you don't already have it, you can retreive this value by running `code-push deployment ls <appName> -k`, or you can choose to ignore it (by simply hitting `<ENTER>`) and add it in later. To get started, we would recommend just using your `Staging` deployment key, so that you can test out the CodePush end-to-end.