From db05a0e164d60da52278d01d31ddfa5248cea44c Mon Sep 17 00:00:00 2001 From: Jeroen Laverman Date: Fri, 21 Sep 2018 17:01:24 +0200 Subject: [PATCH] Update path Signed-off-by: Jeroen Laverman jeroen.laverman@bosch-si.com --- docs/content/gettingstarted.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/content/gettingstarted.md b/docs/content/gettingstarted.md index a4d835878..0da72d398 100755 --- a/docs/content/gettingstarted.md +++ b/docs/content/gettingstarted.md @@ -44,7 +44,7 @@ Start the hawkBit Update Server together with an MySQL and RabbitMQ instance as ```bash $ git clone https://github.com/eclipse/hawkbit.git -$ cd hawkbit/hawkbit-runtime/hawkbit-update-server/docker +$ cd hawkbit/hawkbit-runtime/docker $ docker-compose up -d ``` @@ -54,7 +54,7 @@ Start the hawkBit Update Server and Device Simulator together with an MySQL and ```bash $ git clone https://github.com/eclipse/hawkbit.git -$ cd hawkbit/hawkbit-runtime/hawkbit-update-server/docker +$ cd hawkbit/hawkbit-runtime/docker $ docker stack init $ docker stack deploy -c docker-compose-stack.yml hawkbit ``` @@ -91,4 +91,4 @@ $ java -jar ./hawkbit-device-simulator/target/hawkbit-device-simulator-#version# ```sh $ java -jar ./hawkbit-example-mgmt-simulator/target/hawkbit-example-mgmt-simulator-#version#.jar -``` \ No newline at end of file +```