@rulebricks/cli 1.9.0 → 2.0.0
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 +6 -2
- package/dist/index.js +0 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -6,13 +6,17 @@ You can choose how much you would like the CLI to automate for you– use it to
|
|
|
6
6
|
|
|
7
7
|
## Installation
|
|
8
8
|
|
|
9
|
-
|
|
9
|
+
```bash
|
|
10
|
+
npm install -g @rulebricks/cli
|
|
11
|
+
```
|
|
12
|
+
|
|
13
|
+
Alternatively, try the quick install script (macOS/Linux):
|
|
10
14
|
|
|
11
15
|
```bash
|
|
12
16
|
curl -fsSL https://raw.githubusercontent.com/rulebricks/cli/main/install.sh | bash
|
|
13
17
|
```
|
|
14
18
|
|
|
15
|
-
Standalone binaries are available on the [Releases page](https://github.com/rulebricks/cli/releases).
|
|
19
|
+
Standalone binaries are also available on the [Releases page](https://github.com/rulebricks/cli/releases).
|
|
16
20
|
|
|
17
21
|
## Prerequisites
|
|
18
22
|
|
package/dist/index.js
CHANGED
|
File without changes
|