From fed12fa8a9be322d1e064e638c94d5895d7ee8f1 Mon Sep 17 00:00:00 2001 From: Sung Won Cho Date: Sun, 2 Sep 2018 18:22:46 +1000 Subject: [PATCH] Add homebrew instruction (#103) --- README.md | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7aff8ab8..72a08b05 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,14 @@ A command line interface for spontaneously capturing the things you learn while ## Install -On Linux or macOS, run: +On macOS, you can install using Homebrew: + +```sh +brew tap dnote/dnote +brew install dnote +``` + +On Linux or macOS, you can use the installation script: curl -s https://raw.githubusercontent.com/dnote/cli/master/install.sh | sh @@ -14,7 +21,7 @@ In some cases, you might need an elevated permission: curl -s https://raw.githubusercontent.com/dnote/cli/master/install.sh | sudo sh -On Windows, download [binary](https://github.com/dnote/cli/releases). +Otherwise, you can download the binary for your platform manually from the [releases page](https://github.com/dnote/cli/releases). ## Overview