Skip to content

Commit 85debbc

Browse files
committed
docs: update overview
1 parent 3b5e1b1 commit 85debbc

1 file changed

Lines changed: 3 additions & 7 deletions

File tree

docs/overview.md

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff 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+
2123
Install 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
3436
curl -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

4541
Use the flake to run or install the CLI:

0 commit comments

Comments
 (0)