From 8bab5128c9552a454da9dfa8f4a9a6c427c86e2e Mon Sep 17 00:00:00 2001 From: Michael Dvorkin Date: Sat, 17 Aug 2013 12:40:40 -0700 Subject: [PATCH] Simpler installation instructions in README --- README.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 1ff9375..840c728 100644 --- a/README.md +++ b/README.md @@ -8,10 +8,9 @@ is worth a thousand words: ### Installing Mop ### Mop is implemented in Go and compiles down to a single executable file. - $ cd $GOPATH - $ git clone git://github.com/michaeldv/mop.git src/github.com/michaeldv/mop - $ cd src/github.com/michaeldv/mop - $ go get # <-- Download dependencies. + # Make sure your $GOPATH is set. + $ go get github.com/michaeldv/mop + $ cd $GOPATH/src/github.com/michaeldv/mop $ make # <-- Compile and run mop. $ make build # <-- Build mop in current directory. $ make install # <-- Build mop and install it in $GOPATH/bin.