Skip to content

Commit

Permalink
bake: Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidGamba committed Jul 17, 2024
1 parent b00b84b commit c63e17c
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions bake/README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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`:
Expand Down

0 comments on commit c63e17c

Please sign in to comment.