diff --git a/bake/README.adoc b/bake/README.adoc index e39b256..b119952 100644 --- a/bake/README.adoc +++ b/bake/README.adoc @@ -17,6 +17,33 @@ Then run: `bake` to see the available tasks. == Install +* Install using homebrew: ++ +---- +brew tap DavidGamba/dgtools https://github.com/DavidGamba/dgtools +brew install DavidGamba/dgtools/bake +---- ++ +[NOTE] +==== +Completion is auto setup for bash. + +For `zsh` completions, an additional step is required, add the following to your `.zshrc`: + +[source, zsh] +---- +export ZSHELL="true" +source "$(brew --prefix)/share/zsh/site-functions/dgtools.bake.zsh" +---- +==== ++ +Upgrade with: ++ +---- +brew update +brew upgrade bake +---- + * Install using go: + Install the binary into your `~/go/bin`: