diff options
author | Gary Sneed <gary@getcobalt.org> | 2024-10-25 21:40:39 -0700 |
---|---|---|
committer | Gary Sneed <gary@getcobalt.org> | 2024-10-25 21:40:39 -0700 |
commit | e38c87eab91ba6dfa1c8ac0d3096fbb7fb2d0e6e (patch) | |
tree | 926d2fac328aaa651feff3994f4722bc92a6bb7d /README.md | |
parent | 77bfeea29daa4fa8315e839a7f22bc342f675320 (diff) |
Added dependency checksv1.1
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -15,7 +15,7 @@ The other options for Minecraft launchers are massive (e.g. MultiMC) and like ma - OpenBSD ## Dependencies -* `jq`, `curl` and `nickle` - On Debian, you can install with `sudo apt install jq curl nickle`. +* `jq` (1.7 and later), `curl` and `nickle` - On Debian, you can install with `sudo apt install curl nickle` and get `jq` from here: https://jqlang.github.io/jq/download/ - The version of `jq` shipped with a lot of distributions is apparently very old; you need 1.7 and later. * `uname`, `xargs`, `ls`, `cat`, `tr`, `mkdir`, `tee`, `dirname`, `sha1sum`, `sed`, `basename`, `date`, `xargs` - Listed for good measure, but you should almost certainly have all of these unless you are using an incomplete distribution/operating system. * A POSIX-compatible shell - If you are on Linux or a UNIX-based operating system, you almost certainly have one. * A Java runtime - Check with your distribution for installing. On Debian-based systems, the package is usually `default-jre` or `openjdk-<version>-jre`. |