aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNiall Sheridan <nsheridan@gmail.com>2016-06-01 11:50:38 +0100
committerNiall Sheridan <nsheridan@gmail.com>2016-06-01 11:50:38 +0100
commitdc9d941ce60978594665122e028cb5afa6414d14 (patch)
tree30a8d9c2c1c108332c3cf7ef6f9be0cf2e22cb94
parentb50afcb0d9a4a04ee78269640621d20eaec72dee (diff)
Fix
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 437f61d..70186c8 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`.