Update filepath in readme

Previously, if you changed into `$GOPATH/src/github.com/mop-tracker/mop/cmd/mop` and run any of the make commands you will get an error like `make: *** No targets specified and no makefile found.  Stop.`

running `cd ../..` brings you to `$GOPATH/src/github.com/mop-tracker/mop/` where all of the commands will complete.
master
Gideon Wolfe 5 years ago committed by GitHub
parent 92434d7b0d
commit 4bdc24363b
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.
$ 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 build # <-- Build mop in current directory.
$ make install # <-- Build mop and install it in $GOPATH/bin.

Loading…
Cancel
Save