diff options
| -rw-r--r-- | README.md | 2 | 
1 files changed, 1 insertions, 1 deletions
@@ -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`.  | 
