@syrin/cli 1.3.0 → 1.3.1
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 +3 -3
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -37,19 +37,19 @@ Most problems are discovered **after** deployment.
|
|
|
37
37
|
### Quick start
|
|
38
38
|
|
|
39
39
|
```bash
|
|
40
|
-
npx @syrin/
|
|
40
|
+
npx @syrin/cli init
|
|
41
41
|
```
|
|
42
42
|
|
|
43
43
|
### Global install
|
|
44
44
|
|
|
45
45
|
```bash
|
|
46
|
-
npm install -g @syrin/
|
|
46
|
+
npm install -g @syrin/cli
|
|
47
47
|
```
|
|
48
48
|
|
|
49
49
|
### Local install (recommended for CI)
|
|
50
50
|
|
|
51
51
|
```bash
|
|
52
|
-
npm install @syrin/
|
|
52
|
+
npm install @syrin/cli
|
|
53
53
|
```
|
|
54
54
|
|
|
55
55
|
Requirements:
|
package/package.json
CHANGED