From 4f1d1b7d2055317e5c0bc7c9c31525ba7b6b2764 Mon Sep 17 00:00:00 2001 From: Continuous Integration Date: Mon, 30 Dec 2024 14:06:02 +0000 Subject: [PATCH] ci: adjustments --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index a421267ab..140d4f20f 100644 --- a/README.md +++ b/README.md @@ -146,9 +146,9 @@ xbps-install --sync bash curl Dorothy's full list of requisites are: -- [`bash`](https://release-monitoring.org/project/166/), [`curl`](https://release-monitoring.org/project/381/): required for initiation -- [`grep`](https://release-monitoring.org/project/1251/), [`git`](https://git-scm.com/downloads), [`awk`](https://release-monitoring.org/project/868/): required for installation -- [`jq`](https://jqlang.github.io/jq/download/), [`deno`](https://deno.com/#installation): commonly required by Dorothy commands to enable the best experience +- [`bash`](https://release-monitoring.org/project/166/), [`curl`](https://release-monitoring.org/project/381/): required for initiation +- [`grep`](https://release-monitoring.org/project/1251/), [`git`](https://git-scm.com/downloads), [`awk`](https://release-monitoring.org/project/868/): required for installation +- [`jq`](https://jqlang.github.io/jq/download/), [`deno`](https://deno.com/#installation): commonly required by Dorothy commands to enable the best experience If you have any issue with the automated installation of any, [post an issue](https://github.com/bevry/dorothy/issues) and refer to their links for alternative installation methods. If you are downloading their binaries straight from github, you can unzip with `tar -xvf `, make a discoverable binary directory at `mkdir -p ~/.local/bin`, move the binary to there `mv ~/.local/bin` and make them all executable via `chmod +x ~/.local/bin/*`.