@corgea/cli 1.7.2-beta.1 → 1.7.2-beta.2
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 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -8,9 +8,9 @@ For full documentation, visit https://docs.corgea.app/cli
|
|
|
8
8
|
|
|
9
9
|
### Using npm
|
|
10
10
|
```
|
|
11
|
-
npm install -g corgea
|
|
11
|
+
npm install -g @corgea/cli
|
|
12
12
|
```
|
|
13
|
-
The npm package
|
|
13
|
+
The npm package bundles native binaries for all supported platforms. The correct binary for your OS and architecture is selected automatically at runtime.
|
|
14
14
|
|
|
15
15
|
### Using pip
|
|
16
16
|
```
|