Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ Fast and convenient CLI utility for working with the [Jelly](https://jelly-rdf.g

## ⚡ Quick start

### Install script

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.
To do so, run:

Expand All @@ -14,6 +16,17 @@ To do so, run:
jelly-cli
```

### [mise](https://mise.jdx.dev/getting-started.html)

You can install `jelly-cli` on any platform (including Windows) using [mise](https://mise.jdx.dev/getting-started.html). Simply run:

```shell
mise use -g 'ubi:Jelly-RDF/cli[exe=jelly-cli]'
jelly-cli
```

### Manual download

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.

You can then run it like so:
Expand Down