We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a40a545 commit d28c253Copy full SHA for d28c253
README.md
@@ -4,12 +4,9 @@ The CodePush CLI is a Node.js application that allows users to interact with Cod
4
5
## Installation
6
7
-To run the CodePush CLI, follow these steps:
8
-
9
-1. Clone the CodePush Service repository.
10
-1. Install the necessary dependencies by running `npm install`.
11
-1. Build the CLI by running `npm run build`.
12
-1. Install CLI globally by running `npm install -g`.
+```bash
+npm install -g @johnhaup/code-push-cli
+```
13
14
## Getting started
15
0 commit comments