Add name to repo add command (#66)

```
$ helm repo add https://billimek.com/billimek-charts/
Error: This command needs 2 arguments: name for the chart repository, the url of the chart repository
```
This commit is contained in:
Winston R. Milling 2019-09-08 18:12:20 -04:00 committed by Jeff Billimek
parent 05594cc703
commit 32c21ea851

View File

@ -5,6 +5,6 @@
## Installation
```console
helm repo add https://billimek.com/billimek-charts/
helm repo add billimek https://billimek.com/billimek-charts/
helm search billimek
```