update readme
diff --git a/README.md b/README.md
index 72f115b..bf8c7dc 100644
--- a/README.md
+++ b/README.md
@@ -41,7 +41,7 @@
 
 Download all dependencies
 
-    cd $HOME/go
+    cd $HOME/go/src/github.com/maps-booking-v3
     go get -d ./...
 
 If installing the order based test client, run
@@ -83,7 +83,7 @@
 
 Download all dependencies
 
-    cd $env:HOME\go
+    cd $env:HOME\go\src\github.com\maps-booking-v3
     # NOTE: You may see output '...cannot find package...' when running the following 'go get' command.
     # These are likely just warnings and you can proceed with the installation.
     go get -d .\...