Skip to content

Commit f45a9ac

Browse files
committed
Update link to releases page
1 parent 6c99865 commit f45a9ac

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Fast and convenient CLI utility for working with the [Jelly](https://jelly-rdf.g
44

55
## Quick start
66

7-
If you are using Linux (x86_64, ARM64), macOS (ARM64), or Windows (x86_64), the recommended way run `jelly-cli` is to use a pre-built binary. Go to the **[releases page](https://github.com/Jelly-RDF/cli/releases)** and download the binary built for your platform.
7+
If you are using Linux (x86_64, ARM64), macOS (ARM64), or Windows (x86_64), the recommended way run `jelly-cli` is to use a pre-built binary. Go to the **[releases page](https://github.com/Jelly-RDF/cli/releases/latest)** and download the binary built for your platform.
88

99
You can then run it like so:
1010

@@ -82,7 +82,7 @@ And use the `--debug` option to get more information about any exceptions you en
8282

8383
## Alternative installation
8484

85-
If for some reason the binaries wouldn't work for you, you can use the JAR build. The build runs on any platform, as long as you have Java (min. version 17). Go to the **[releases page](https://github.com/Jelly-RDF/cli/releases)** and download the `jelly-cli.jar` file. Then, run it like so:
85+
If for some reason the binaries wouldn't work for you, you can use the JAR build. The build runs on any platform, as long as you have Java (min. version 17). Go to the **[releases page](https://github.com/Jelly-RDF/cli/releases/latest)** and download the `jelly-cli.jar` file. Then, run it like so:
8686

8787
```shell
8888
java -jar jelly-cli.jar --help

0 commit comments

Comments
 (0)