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
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ 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.
Alternatively, you can download the binary manually (this also works for Windows). Go to the **[releases page](https://github.com/Jelly-RDF/cli/releases/latest)** and download the build for your platform.

You can then run it like so:

Expand All @@ -36,6 +36,12 @@ chmod +x jelly-cli
./jelly-cli
```

Or, on Windows:

```shell
jelly-cli.exe
```

## Usage

### Convert RDF to Jelly
Expand Down