Skip to content

Commit

Permalink
readme: forgot brew for curl example
Browse files Browse the repository at this point in the history
  • Loading branch information
balupton authored Dec 30, 2024
1 parent 0e4cf5b commit 6d494c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 6d494c7

Please sign in to comment.