From bfe9f59dbced8a7600ff41f8c4538fc769fd484f Mon Sep 17 00:00:00 2001 From: "Justin \"J.R.\" Hill" Date: Wed, 8 Nov 2023 05:34:49 -0800 Subject: [PATCH] fix: update dependencies in generated README (#82) --- template/README-github.md | 2 +- template/README-gitlab.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/template/README-github.md b/template/README-github.md index 061af39..30a471f 100644 --- a/template/README-github.md +++ b/template/README-github.md @@ -17,7 +17,7 @@ **TODO: adapt this section** -- `bash`, `curl`, `tar`: generic POSIX utilities. +- `bash`, `curl`, `tar`, and [POSIX utilities](https://pubs.opengroup.org/onlinepubs/9699919799/idx/utilities.html). - `SOME_ENV_VAR`: set this environment variable in your shell config to load the correct version of tool x. # Install diff --git a/template/README-gitlab.md b/template/README-gitlab.md index cccacc6..367bb6a 100644 --- a/template/README-gitlab.md +++ b/template/README-gitlab.md @@ -17,7 +17,7 @@ **TODO: adapt this section** -- `bash`, `curl`, `tar`: generic POSIX utilities. +- `bash`, `curl`, `tar`, and [POSIX utilities](https://pubs.opengroup.org/onlinepubs/9699919799/idx/utilities.html). - `SOME_ENV_VAR`: set this environment variable in your shell config to load the correct version of tool x. # Install