docs: update quickstart.md to add scoop install guide (#3218)

Scoop is a good tool for install packages. By this PR https://github.com/ScoopInstaller/Main/pull/1010 , scoop can install aks-engine. Scoop will help user to download the aks-engine from Github release and it is secure for users.
This commit is contained in:
Shuode Li 2020-05-12 08:26:21 -07:00 коммит произвёл GitHub
Родитель 5bbdacc596
Коммит 2bf9aa9adb
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 3 добавлений и 1 удалений

Просмотреть файл

@ -19,7 +19,7 @@ You can also choose to install the `aks-engine` binary using [gofish][gofish-abo
On macOS, you can install the `aks-engine` binary with [Homebrew][homebrew]. Run the command `brew install Azure/aks-engine/aks-engine` to do so. You can install Homebrew following these [instructions][homebrew-install].
On Windows, you can install `aks-engine.exe` via [Chocolatey][choco] by executing the command `choco install aks-engine`. You can install Chocolatey following these [instructions][choco-install].
On Windows, you can install `aks-engine.exe` via [Chocolatey][choco] by executing the command `choco install aks-engine`. You can install Chocolatey following these [instructions][choco-install]. You can also install `aks-engine.exe` via [Scoop][scoop] by executing the command `scoop install aks-engine`. You can install Scoop following these [instructions][scoop-install].
On Linux, if you prefer, you can install the `aks-engine` binary via install script doing:
```bash
@ -260,5 +260,7 @@ Now you're ready to start using your Kubernetes cluster with `kubectl`!
[homebrew]: https://brew.sh/
[homebrew-install]: https://brew.sh/#install
[scale]: ../topics/scale.md
[scoop]: https://scoop.sh/
[scoop-install]: https://github.com/lukesampson/scoop#installation
[sp]: ../topics/service-principals.md
[upgrade]: ../topics/upgrade.md