Skip to content

Commit

Permalink
Add usage section to README (helm#110)
Browse files Browse the repository at this point in the history
  • Loading branch information
prydonius authored and Vic Iglesias committed Oct 14, 2016
1 parent 62edcf1 commit 8bcfa09
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/<chart>`. 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.
Expand Down

0 comments on commit 8bcfa09

Please sign in to comment.