From bd62e9f657046a89cc20cc8eb75f3bc377c3c9bd Mon Sep 17 00:00:00 2001 From: Lazarus Lazaridis Date: Mon, 2 Apr 2018 11:07:30 +0300 Subject: [PATCH] Add note for bash completion on macOS Refs #36 --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b85223d..3157b6b 100644 --- a/README.md +++ b/README.md @@ -54,7 +54,10 @@ A formula named `goto` is available for the bash shell in macOS. brew install goto ``` -**Note:** you need to restart your shell after installation. +**Note:** +- you need to restart your shell after installation +- you need to have the bash completion feature enabled for bash in macOS (see this [issue](https://github.com/iridakos/goto/issues/36)): + - you can install it with `brew install bash-completion` in case you don't have it already ## Usage