campaign-cli 0.7.2 → 0.7.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -6
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -21,12 +21,8 @@ acc instance pull --alias staging
|
|
|
21
21
|
### Quick installation
|
|
22
22
|
|
|
23
23
|
```bash
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
cd campaign-cli
|
|
27
|
-
npm install
|
|
28
|
-
npm link
|
|
29
|
-
acc # check installation
|
|
24
|
+
$ npm install -g campaign-cli
|
|
25
|
+
$ acc # check installation
|
|
30
26
|
```
|
|
31
27
|
|
|
32
28
|
### Basic Usage
|