diff --git a/README.md b/README.md index 27dd8f4..e79c39e 100644 --- a/README.md +++ b/README.md @@ -84,10 +84,15 @@ git clone https://github.com/longhorn/longhorn.git ``` Now using following command to install Longhorn: +* Helm2 ``` helm install ./longhorn/chart --name longhorn --namespace longhorn-system ``` - +* Helm3 +``` +kubectl create namespace longhorn-system +helm install longhorn ./longhorn/chart/ --namespace longhorn-system +``` --- Longhorn will be installed in the namespace `longhorn-system`