Skip to content
This repository has been archived by the owner on Oct 24, 2023. It is now read-only.

Commit

Permalink
docs: add how to install aks-engine with Homebrew (#562)
Browse files Browse the repository at this point in the history
  • Loading branch information
mboersma authored and jackfrancis committed Feb 22, 2019
1 parent fd5b335 commit ede4aa6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/tutorials/quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ Binary downloads for the latest version of aks-engine for are available [on Gith

You can also choose to install aks-engine using [gofish][gofish-about]. To do so, execute the command `gofish install aks-engine`. You can install gofish following the [instructions][gofish-install] for your OS.

On macOS, you can install aks-engine with [Homebrew][homebrew]. Run the command `brew install Azure/aks-engine/aks-engine` to do so. You can install Homebrew following the [instructions][homebrew-install].

If you would prefer to build AKS Engine from source, or you are interested in contributing to AKS Engine, see [the developer guide][developer-guide] for more information.

## Completion
Expand Down Expand Up @@ -236,5 +238,7 @@ $ az group deployment create \
[developer-guide]: ../community/developer-guide.md
[gofish-about]: https://gofi.sh/#about
[gofish-install]: https://gofi.sh/#install
[homebrew]: https://brew.sh/
[homebrew-install]: https://brew.sh/#install
[scale]: ../topics/scale.md
[sp]: ../topics/service-principals.md

0 comments on commit ede4aa6

Please sign in to comment.