Skip to content

Commit

Permalink
ci: adjustments
Browse files Browse the repository at this point in the history
  • Loading branch information
BevryMe committed Dec 30, 2024
1 parent a489deb commit 4f1d1b7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 <archive>`, make a discoverable binary directory at `mkdir -p ~/.local/bin`, move the binary to there `mv <bin> ~/.local/bin` and make them all executable via `chmod +x ~/.local/bin/*`.

Expand Down

0 comments on commit 4f1d1b7

Please sign in to comment.