From 6d494c7f722eca7715c769d23360924a4347df4d Mon Sep 17 00:00:00 2001 From: Benjamin Lupton Date: Tue, 31 Dec 2024 00:04:25 +0800 Subject: [PATCH] readme: forgot brew for curl example --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fd06d2afa..c81df16ca 100644 --- a/README.md +++ b/README.md @@ -83,7 +83,7 @@ Dorothy has intelligent dependency management with its own [`setup-util`](https: Dependencies that are required to achieve your intended goal, will have their installations initiated correctly. Dependencies that are not required, but provide a superior experience, will have their installations attempted but if an installation fails or is unavailable, the command will not dazzle but will still execute successfully to satisfaction. Sometimes commands can go an extra mile if a dependency is detected, such as for performance or gathering additional optional information, however, if an already suitable dependency is already available then the suitable installed dependency will be used. This enables Dorothy to provide extreme robustness and superiority of its experience. -For instance, installing [curl](https://en.wikipedia.org/wiki/Curl) with Dorothy is as easy as executing [`setup-util-curl`](https://github.com/bevry/dorothy/blob/master/commands/setup-util-curl), or directly by `setup-util --cli=curl APK=curl APT=curl AUR=curl RPM=curl WINGET=cURL ZYPPER=curl`. If you want to make it optional, add `--optional`. If you want to write a command that prefers `curl` but also supports `wget` if curl isn't present, see Dorothy's [`fetch`](https://github.com/bevry/dorothy/blob/master/commands/fetch) command, or for something even more powerful, see Dorothy's [`down`](https://github.com/bevry/dorothy/blob/master/commands/down) command. +For instance, installing [curl](https://en.wikipedia.org/wiki/Curl) with Dorothy is as easy as executing [`setup-util-curl`](https://github.com/bevry/dorothy/blob/master/commands/setup-util-curl), or directly by `setup-util --cli=curl APK=curl APT=curl AUR=curl BREW=curl RPM=curl WINGET=cURL ZYPPER=curl`. If you want to make it optional, add `--optional`. If you want to write a command that prefers `curl` but also supports `wget` if curl isn't present, see Dorothy's [`fetch`](https://github.com/bevry/dorothy/blob/master/commands/fetch) command, or for something even more powerful, see Dorothy's [`down`](https://github.com/bevry/dorothy/blob/master/commands/down) command. ### Prerequisites