install draft on homebrew using the full path for good measure

This commit is contained in:
Matthew Fisher 2018-05-14 11:54:37 -07:00
Родитель 7a2361dc47
Коммит 401cf6c12f
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -26,7 +26,7 @@ $ helm init
- Download the Draft binary using Homebrew via the commands below or from the [official releases page](https://github.com/Azure/draft/releases)
```console
$ brew tap azure/draft
$ brew install draft
$ brew install azure/draft/draft
```
- Set up Draft on your machine by running:
```console