Fix urls in readme

This commit is contained in:
Chris 2024-10-16 18:46:12 +02:00
parent ebc6f8e9a6
commit 82323ade56

View File

@ -23,14 +23,14 @@ This is an editor for JSON files, that also supports YAML.
The recommended way to install and run JSONEdit is by grabbing the PHAR from
the latest release:
- [https://dev.noccylabs.info/jsonedit/jsonedit/releases](https://dev.noccylabs.info/jsonedit/jsonedit/releases)
- [https://dev.noccylabs.info/noccy/jsonedit/releases](https://dev.noccylabs.info/noccy/jsonedit/releases)
You can also clone the respository and use [Box](https://box-project.github.io/box/)
to build the .phar yourself. The recommended way of doing this is with the included
`Makefile` and GNU Make:
```bash
$ git clone https://dev.noccylabs.info/jsonedit/jsonedit
$ git clone https://dev.noccylabs.info/noccy/jsonedit
$ cd jsonedit
$ make
$ mv jsonedit.phar ~/bin/jsonedit