Update README to fix raw link (#78)

This commit is contained in:
Rita Zhang 2017-12-06 09:02:37 -08:00 коммит произвёл Kent Rancourt
Родитель de67f01466
Коммит 5a4be4f0d7
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -87,7 +87,7 @@ Otherwise, you'll need to install the Helm componentry onto your cluster
yourself. Simply run the following commands to complete the installation:
```console
kubectl create -f https://github.com/Azure/helm-charts/blob/master/docs/prerequisities/helm-rbac-config.yaml
kubectl create -f https://raw.githubusercontent.com/Azure/helm-charts/master/docs/prerequisities/helm-rbac-config.yaml
helm init --service-account tiller
```