diff --git a/CHANGELOG.md b/CHANGELOG.md index 245b9c58..1f9e1f7e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,7 @@ * [TravisCI]() module now supports enterprise endpoints, [#652](https://github.com/wtfutil/wtf/issues/652) by [@scw007](https://github.com/scw007) * [Subreddit](https://wtfutil.com/modules/subreddit/) module added, by [@lawrencecraft](https://github.com/lawrencecraft) * [gCal](https://wtfutil.com/modules/google/gcal/) module now supports a `hourFormat` setting for defining whether to display 12 or 24-hour times, [#665](https://github.com/wtfutil/wtf/issues/665) by [@senorprogrammer](https://github.com/senorprogrammer) +* [Scarf](https://scarf.sh) installation instructions added to README, by [@aviaviavi](https://github.com/aviaviavi) ### 🐞 Fixed diff --git a/README.md b/README.md index 77d3412d..6ef384f2 100644 --- a/README.md +++ b/README.md @@ -65,6 +65,16 @@ sudo port install wtfutil wtfutil ``` +### Install via Scarf + +If you're interested in supporting wtfutil, please consider installing via [Scarf](https://scarf.sh/package/senorprogrammer/wtfutil). + +```console +scarf install wtfutil + +wtfutil +``` + ### Install a Binary [Download the latest binary](https://github.com/wtfutil/wtf/releases) from GitHub.