Merge pull request #59 from GideonWolfe/master

Update filepath in readme
master
Brandon Lee Camilleri 5 years ago committed by GitHub
commit 34c61f0187
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      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. # Make sure your $GOPATH is set.
$ go get github.com/mop-tracker/mop/cmd/mop $ go get github.com/mop-tracker/mop/cmd/mop
$ cd $GOPATH/src/github.com/mop-tracker/mop/cmd/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