Skip to content

Commit 27ebf2b

Browse files
authored
Add installation instructions for mise (#194)
Closes #192
1 parent 38d35c8 commit 27ebf2b

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ Fast and convenient CLI utility for working with the [Jelly](https://jelly-rdf.g
66

77
## ⚡ Quick start
88

9+
### Install script
10+
911
If you are using Linux (x86_64, ARM64), macOS (ARM64), or WSL on Windows, the recommended way is to use the [`setup-cli.sh`](https://github.com/Jelly-RDF/cli/blob/main/install.sh) script, which will automatically install the newest release.
1012
To do so, run:
1113

@@ -14,6 +16,17 @@ To do so, run:
1416
jelly-cli
1517
```
1618

19+
### [mise](https://mise.jdx.dev/getting-started.html)
20+
21+
You can install `jelly-cli` on any platform (including Windows) using [mise](https://mise.jdx.dev/getting-started.html). Simply run:
22+
23+
```shell
24+
mise use -g 'ubi:Jelly-RDF/cli[exe=jelly-cli]'
25+
jelly-cli
26+
```
27+
28+
### Manual download
29+
1730
Alternatively, you can download the binary manually (this the only option for Windows users without WSL). Go to the **[releases page](https://github.com/Jelly-RDF/cli/releases/latest)** and download the binary built for your platform.
1831

1932
You can then run it like so:

0 commit comments

Comments
 (0)