added instuctions for installation with gofish (#3055)

This commit is contained in:
Mani Bindra 2018-05-23 22:54:17 +05:30 коммит произвёл Jack Francis
Родитель 6dd2f36c1a
Коммит ff3b5d4ae1
1 изменённых файлов: 2 добавлений и 0 удалений

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

@ -8,6 +8,8 @@ The Azure Container Service Engine (`acs-engine`) generates ARM (Azure Resource
Binary downloads for the latest version of acs-engine for are available [here](https://github.com/Azure/acs-engine/releases/latest). Download `acs-engine` for your operating system. Extract the binary and copy it to your `$PATH`.
You can also choose to install acs-engine using [gofish](https://www.gofi.sh/#about), to do so execute the command `gofish install acs-engine` . You can install gofish following the [instructions](https://www.gofi.sh/#install) for your OS.
If you would prefer to build `acs-engine` from source or you are interested in contributing to `acs-engine` see [building from source](#build-acs-engine-from-source) below.
## Usage