diff --git a/README.md b/README.md
index 437f61d7e0c278cb5da1044738a6760c2947d10f..70186c817e7465a4fdc1a01ebf18d151a6ad5efd 100644
--- a/README.md
+++ b/README.md
@@ -48,7 +48,7 @@ For the server you need the following:
 ## Installation using Go tools
 1. Use the Go tools to install cashier. The binaries `cashierd` and `cashier` will be installed in your $GOPATH.
 ```
-go get github.com/cashier/cmd/...
+go get github.com/nsheridan/cashier/cmd/...
 ```
 2. Create a signing key with `ssh-keygen` and a [cashierd.conf](example-server.conf)
 3. Run the cashier server with `cashierd` and the cli with `cashier`.