minor changes

This commit is contained in:
Ankit Nayan 2021-01-05 16:52:39 +05:30
parent ed0324c7b5
commit a784e133fe
2 changed files with 2 additions and 2 deletions

View File

@ -6,4 +6,4 @@ You can always reach out to ankit@signoz.io to understand more about the repo an
- If you find any bugs, please create an issue
- If you find anything missing in documentation, you can create an issue with label **documentation**
#### If you want to build any new feature, please create an issue with tag `enhancement`
#### If you want to build any new feature, please create an issue with label `enhancement`

View File

@ -31,7 +31,7 @@ Deploy in Kubernetes using Helm. Below steps will install the SigNoz in platform
```console
git clone https://gitlab.com/signoz-oss/signoz.git && cd signoz
git clone https://github.com/SigNoz/signoz.git && cd signoz
helm dependency update deploy/kubernetes/platform
kubectl create ns platform
helm -n platform install signoz deploy/kubernetes/platform