You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: cli/README.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,11 +13,11 @@ require you to re-build a binary and re-distribute it through the respective app
13
13
14
14
## Usage
15
15
16
-
1. While the service is in beta, you need to request access to it [here](https://microsoft.github.io/code-push)
17
-
2. Once your request has been accepted, you can authenticate using the CodePush CLI ([details](#authentication))
18
-
3. Register your app with the service ([details](#app-management)), and optionally create any additional deployments ([details](#deployment-management))
19
-
4. CodePush-ify your app and point it at the deployment you wish to use (details for [Cordova](http://github.com/cordova-plugin-code-push) and [React Native](http://github.com/react-native-code-push))
20
-
5. Deploy an update for your registered app ([details](#update-deployment))
16
+
1. While the service is in beta, you need to [request access](https://microsoft.github.io/code-push)
17
+
2. Once your request has been accepted, you can [authenticate](#authentication) using the CodePush CLI
18
+
3. Register your [app](#app-management) with the service, and optionally create any additional [deployments](#deployment-management)
19
+
4. CodePush-ify your app and point it at the deployment you wish to use ([Cordova](http://github.com/Microsoft/cordova-plugin-code-push) and [React Native](http://github.com/Microsoft/react-native-code-push))
20
+
5.[Deploy](#update-deployment) an update for your registered app
21
21
6. Live long and prosper! ([details](https://en.wikipedia.org/wiki/Vulcan_salute))
0 commit comments