From 8bcfa09acda1fa290e126c324ca38f50b56c474e Mon Sep 17 00:00:00 2001 From: Adnan Abdulhussein Date: Fri, 14 Oct 2016 10:25:35 -0700 Subject: [PATCH] Add usage section to README (#110) Similar to https://github.com/Homebrew/homebrew-core#how-do-i-install-these-formulae --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index c0c728f9d6..5ddee9bd47 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,12 @@ Use this repository to submit official Charts for Kubernetes Helm. Charts are curated application definitions for Kubernetes Helm. For more information about installing and using Helm, see its [README.md](https://github.com/kubernetes/helm/tree/master/README.md). To get a quick introduction to Charts see this [chart document](https://github.com/kubernetes/helm/blob/master/docs/charts.md). +## How do I install these charts? + +Just `helm install stable/`. This is the default repository for Helm and is installed by default. + +For more information on using Helm, refer to the [Helm's documentation](https://github.com/kubernetes/helm#docs). + ## Chart Format Take a look at the [alpine example chart](https://github.com/kubernetes/helm/tree/master/docs/examples/alpine) and the [nginx example chart](https://github.com/kubernetes/helm/tree/master/docs/examples/nginx) for reference when you're writing your first few charts.