From dc9d941ce60978594665122e028cb5afa6414d14 Mon Sep 17 00:00:00 2001 From: Niall Sheridan Date: Wed, 1 Jun 2016 11:50:38 +0100 Subject: Fix --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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`. -- cgit v1.2.3