File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -18,6 +18,8 @@ other backend services.
1818
1919### Install CLI
2020
21+ Requires [ Deno] ( https://deno.land/ ) v2.x or later.
22+
2123Install the CLI to run scenarios using the shell installer:
2224
2325``` bash
@@ -28,18 +30,12 @@ curl -fsSL https://raw.githubusercontent.com/jsr-probitas/cli/main/install.sh |
2830
2931``` bash
3032# Install specific version
31- curl -fsSL https://raw.githubusercontent.com/jsr-probitas/cli/main/install.sh | PROBITAS_VERSION=0.7.1 bash
33+ curl -fsSL https://raw.githubusercontent.com/jsr-probitas/cli/main/install.sh | PROBITAS_VERSION=0.7.3 bash
3234
3335# Install to custom directory
3436curl -fsSL https://raw.githubusercontent.com/jsr-probitas/cli/main/install.sh | PROBITAS_INSTALL_DIR=/usr/local/bin bash
3537```
3638
37- Alternatively, install via Deno:
38-
39- ``` bash
40- deno install -grAf -n probitas jsr:@probitas/cli
41- ```
42-
4339### Using Nix
4440
4541Use the flake to run or install the CLI:
You can’t perform that action at this time.
0 commit comments