From 0f74085c4468a38d0f08e6f8d0dfcd8a8933d8d6 Mon Sep 17 00:00:00 2001 From: Brandon Lee Camilleri Date: Tue, 23 Jul 2019 08:08:49 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a79a350..5164643 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ Mop is implemented in Go and compiles down to a single executable file. # Make sure your $GOPATH is set. $ go get github.com/mop-tracker/mop - $ cd $GOPATH/src/github.com/michaeldv/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.