Docs: Add API docs from swagger json file; Add user guide document
[pti/o2.git] / README.md
index aae2c5c..07aa32e 100644 (file)
--- a/README.md
+++ b/README.md
@@ -131,7 +131,10 @@ kubectl get pods -A
 ## setup local repo: o2imsrepo\r
 \r
 ```sh\r
-helm repo add chartmuseum https://chartmuseum.github.io/charts\r
+# helm repo add chartmuseum https://chartmuseum.github.io/charts\r
+# helm repo update\r
+helm pull chartmuseum/chartmuseum # download chartmuseum-3.4.0.tgz to local\r
+tar zxvf chartmuseum-3.4.0.tgz\r
 \r
 export NODE_IP=<INF OAM IP>\r
 \r
@@ -143,6 +146,7 @@ service:
   type: NodePort\r
   nodePort: 30330\r
 EOF\r
+\r
 helm install chartmuseumrepo chartmuseum/chartmuseum -f chartmuseum-override.yaml\r
 kubectl get pods\r
 Kubectl get services\r