diff --git a/README.md b/README.md index 6172929..e4a1183 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,9 @@ # Mimir Singleton Helm This is a basic helm chart that provides the ability to run Grafana Mimir as a single binary. + +## Usage + +```bash +helm repo add https://intergral.github.io/mimir-singleton-helm/ +helm install mimir mimir-singleton/mimir-singleton --namespace mimir +```