diff --git a/README.md b/README.md index f1aee60..1156451 100644 --- a/README.md +++ b/README.md @@ -8,14 +8,14 @@ I set up GitHub Pages to point to the `docs` folder. From there, I can create and publish docs like this: ```console -$ helm create mychart -$ helm package mychart -$ mv mychart-0.1.0.tgz docs -$ helm repo index docs --url https://technosophos.github.com/tscharts +$ helm create alpine +$ helm package alpine +$ mv alpine-0.2.0.tgz docs +$ helm repo index docs --url https://technosophos.github.io/tscharts $ git add -i $ git commit -av $ git push origin master ``` From there, I can do a `helm repo add tscharts -https://technosophos.github.com/tscharts` +https://technosophos.github.io/tscharts`