diff options
author | Niall Sheridan <nsheridan@gmail.com> | 2016-06-01 11:50:38 +0100 |
---|---|---|
committer | Niall Sheridan <nsheridan@gmail.com> | 2016-06-01 11:50:38 +0100 |
commit | dc9d941ce60978594665122e028cb5afa6414d14 (patch) | |
tree | 30a8d9c2c1c108332c3cf7ef6f9be0cf2e22cb94 | |
parent | b50afcb0d9a4a04ee78269640621d20eaec72dee (diff) |
Fix
-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`. |