From 61750b060b2af5a26063323baaa617c097ecee9e Mon Sep 17 00:00:00 2001 From: Lazarus Lazaridis Date: Sat, 24 Mar 2018 21:10:05 +0200 Subject: [PATCH] Add note for brew installation --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 31a1922..b85223d 100644 --- a/README.md +++ b/README.md @@ -49,11 +49,13 @@ source ~/goto.sh ### macOS - Homebrew -A formula named `goto` is available for the bash shell in macOS. +A formula named `goto` is available for the bash shell in macOS. ```bash brew install goto ``` +**Note:** you need to restart your shell after installation. + ## Usage * [Change to an aliased directory](#change-to-an-aliased-directory)