From fae38e8e643657b57e902c9b3d57027edcf8e7d8 Mon Sep 17 00:00:00 2001 From: aviaviavi Date: Tue, 1 Oct 2019 11:13:51 -0700 Subject: [PATCH 1/2] Scarf install instructions --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index bca669a5..3e2ed22c 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. From 54bffb6291aa2ae33cdfd16da8bebb6a850abad5 Mon Sep 17 00:00:00 2001 From: Chris Cummer Date: Wed, 2 Oct 2019 19:38:49 -0700 Subject: [PATCH 2/2] Update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) 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