The example steps need to reflect the new Mop repo.

master
Michael G. Khmelnitsky 8 years ago committed by GitHub
parent 5232e9a282
commit 374869c7d8
  1. 4
      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. Mop is implemented in Go and compiles down to a single executable file.
# Make sure your $GOPATH is set. # 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 $ cd $GOPATH/src/github.com/mop-tracker/mop
$ make # <-- Compile and run mop. $ make # <-- Compile and run mop.
$ make build # <-- Build mop in current directory. $ make build # <-- Build mop in current directory.
$ make install # <-- Build mop and install it in $GOPATH/bin. $ make install # <-- Build mop and install it in $GOPATH/bin.

Loading…
Cancel
Save