From d05b8109b7f5d8c7804458dd2bd4170ac1ea3d0c Mon Sep 17 00:00:00 2001 From: Jordan Date: Thu, 7 Jul 2016 12:19:26 -0700 Subject: [PATCH] Update README.md directory moved so command has to be updated --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c313722..0ec4b5c 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ screenshot is worth a thousand words: Mop is implemented in Go and compiles down to a single executable file. # Make sure your $GOPATH is set. - $ go get github.com/michaeldv/mop + $ go get github.com/mop-tracker/mop $ cd $GOPATH/src/github.com/michaeldv/mop $ make # <-- Compile and run mop. $ make build # <-- Build mop in current directory.