From 72b5a5dc6c2e0bc50a20a15c37ca2cbeaed9aac6 Mon Sep 17 00:00:00 2001 From: "Justin \"J.R.\" Hill" Date: Thu, 2 Nov 2023 10:17:56 -0700 Subject: [PATCH] Update the dependencies Only slightly pedantic, but bash/curl/tar are not POSIX utilities. I'll send the same update to the asdf plugin template --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6ee4045..d9775ae 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ # Dependencies -- `bash`, `curl`, `tar`: generic POSIX utilities. +- `bash`, `curl`, `tar`, and [POSIX utilities](https://pubs.opengroup.org/onlinepubs/9699919799/idx/utilities.html). # Install