Simpler installation instructions in README

master
Michael Dvorkin 11 years ago
parent 3b9b0745de
commit 8bab5128c9
  1. 7
      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.

Loading…
Cancel
Save