From 374869c7d8852b3c5bd8be71d7d9845ad57adba2 Mon Sep 17 00:00:00 2001 From: "Michael G. Khmelnitsky" Date: Wed, 5 Apr 2017 09:02:29 -0700 Subject: [PATCH] The example steps need to reflect the new Mop repo. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c313722..5276289 100644 --- a/README.md +++ b/README.md @@ -9,8 +9,8 @@ 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 - $ cd $GOPATH/src/github.com/michaeldv/mop + $ go get github.com/mop-tracker/mop + $ cd $GOPATH/src/github.com/mop-tracker/mop $ make # <-- Compile and run mop. $ make build # <-- Build mop in current directory. $ make install # <-- Build mop and install it in $GOPATH/bin.