From e38c87eab91ba6dfa1c8ac0d3096fbb7fb2d0e6e Mon Sep 17 00:00:00 2001 From: Gary Sneed Date: Fri, 25 Oct 2024 21:40:39 -0700 Subject: Added dependency checks --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index 4f6937c..eb8cdf9 100644 --- a/README.md +++ b/README.md @@ -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--jre`. -- cgit v1.2.3