Merge pull request #20 from jordie/master

Update README.md
master
Brandon Lee Camilleri 5 years ago committed by GitHub
commit 23683e4ea7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      README.md

@ -10,7 +10,7 @@ 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/michaeldv/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.

Loading…
Cancel
Save