From 4ce189972efc873ccc9de92341ffa57bcffd7eba Mon Sep 17 00:00:00 2001 From: makeworld Date: Sat, 1 May 2021 12:44:35 -0400 Subject: [PATCH] Add homebrew instructions --- README.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/README.md b/README.md index 04ef645..7bfb24d 100644 --- a/README.md +++ b/README.md @@ -59,6 +59,19 @@ On Windows you will have to open a terminal or cmd window in the same directory Make sure to click "Watch" in the top right, then "Custom" > "Releases" to get notified about new releases! +### Homebrew + +If you use [Homebrew](https://brew.sh/), you can install didder through the my personal tap. +``` +brew tap makeworld-the-better-one/tap +brew install didder +``` +You can update it with: +``` +brew upgrade didder +``` + + ### From source **Requirements** @@ -75,6 +88,17 @@ make # Might be gmake on macOS sudo make install # Install binary and man page ``` +macOS users can also use [Homebrew](https://brew.sh/) to install the latest commit of didder: + +``` +brew tap makeworld-the-better-one/tap +brew install --HEAD didder +``` +You can update it with: +``` +brew upgrade --fetch-HEAD didder +``` + ## Getting started ```