Merge branch 'master' of https://bitbucket.org/corddesign/voltha
diff --git a/BUILD.md b/BUILD.md
index 68026cb..6f7d2a3 100644
--- a/BUILD.md
+++ b/BUILD.md
@@ -89,7 +89,7 @@
To test Voltha's self-registration with consul, run this (in another terminal):
```
-curl -s http://localhost:8500/v1/kv/?recurse | jq -r .
+curl -s http://localhost:8500/v1/kv/service/voltha/members?recurse | jq -r .
```
This should print one key-value entry, something similar to:
@@ -128,7 +128,7 @@
To start the four-conatiner ensamble:
```
-docker-compose -f compose/docker-compose-system-test.yml run -d
+docker-compose -f compose/docker-compose-system-test.yml up -d
```
There are a lot of things going on between these containers: