Merge "[CORD-3111] Pulling in OLT Installation docs"
diff --git a/charts/hippie-oss.md b/charts/hippie-oss.md
index 4831533..9b1f07e 100644
--- a/charts/hippie-oss.md
+++ b/charts/hippie-oss.md
@@ -1,5 +1,5 @@
 # Deploying Hippie OSS
 
 ```shell
-helm install -n hippie-oss hippie-oss
+helm install -n hippie-oss xos-services/hippie-oss
 ```
diff --git a/profiles/rcord/configuration.md b/profiles/rcord/configuration.md
index bd10a45..7adc5a3 100644
--- a/profiles/rcord/configuration.md
+++ b/profiles/rcord/configuration.md
@@ -213,7 +213,7 @@
 
 Send this config to `onos-voltha` using this command:
 ```shell
-curl --user karaf:karaf -X POST -H "Content-Type: application/json" --data-binary @kafka-config.json http://$node:$port/onos/v1/network/configuration/
+curl --user karaf:karaf -X POST -H "Content-Type: application/json" --data @kafka-config.json http://$node:$port/onos/v1/network/configuration/
 ```
 
 To find out what ports `onos-voltha` is using, please refer to the [chart](../../charts/onos.md#onos-voltha).