Update readme
diff --git a/README.md b/README.md
index 1fe2cdf..97ec491 100644
--- a/README.md
+++ b/README.md
@@ -20,6 +20,17 @@
mkdir -p $HOME/go/bin $HOME/go/pkg $HOME/go/src/github.com/maps-booking
+
+Next, add the following to your ~/.bashrc
+
+ export PATH=$PATH:$(go env GOPATH)/bin
+ export GOPATH=$(go env GOPATH)
+ export GOBIN=$(go env GOPATH)/bin
+
+Source changes
+
+ source ~/.bashrc
+
Next, retrieve the utility from the
[maps-booking repository](https://maps-booking.googlesource.com/)
@@ -27,7 +38,8 @@
Lastly, download all dependencies and install the tool.
- go get -d $HOME/go/...
+ cd $HOME/go
+ go get -d ./...
go install $HOME/go/src/github.com/maps-booking/testclient/main.go
### Using the utility