Skip to content

Commit

Permalink
docs: add deno CLI installation section
Browse files Browse the repository at this point in the history
Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
  • Loading branch information
jerome-benoit committed Aug 8, 2024
1 parent a82f331 commit dfd421c
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,11 @@
- [Library usage example](#library-usage-example)
- [CLI installation](#cli-installation)
- [Node](#node-1)
- [Deno](#deno-1)
- [Bun](#bun-1)
<!-- - [Deno](#deno-1) -->
- [CLI standalone binary](#cli-standalone-binary)
- [Deno](#deno-2)
- [Bun](#bun-2)
- [CLI usage examples](#cli-usage-examples)
- [Development](#development)
- [License](#license)
Expand Down Expand Up @@ -153,6 +155,12 @@ clear()
npm install tatami-ng -g
```

### Deno

```shell
deno install -g --allow-read --allow-run --allow-sys --allow-hrtime -n tatami npm:tatami-ng
```

### Bun

```shell
Expand All @@ -164,8 +172,6 @@ Ensure the global installation directory is in your path:
- Unix: `${HOME}/.bun/bin`
- Windows: TODO

<!-- ### Deno -->

## CLI standalone binary

In the cloned repository root directory, run:
Expand Down

0 comments on commit dfd421c

Please sign in to comment.