From 6b1427ede3667cd85cfc6b02a1210cbcdd44c1e5 Mon Sep 17 00:00:00 2001 From: Aeneas Date: Thu, 13 Apr 2017 23:36:17 +0200 Subject: [PATCH] docs: resolve broken build instructions in readme - closes #420 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7c04aec96f8..0a6a1e3e2cb 100644 --- a/README.md +++ b/README.md @@ -195,9 +195,9 @@ Run `hydra -h` or `hydra help`. Developing with Hydra is as easy as: ``` -go get github.com/ory/hydra +go get github.com/ory-am/hydra go get github.com/Masterminds/glide -cd $GOPATH/src/github.com/ory/hydra +cd $GOPATH/src/github.com/ory-am/hydra glide install go test $(glide novendor) ```