Mention ln -s for the Mu runtime/library

This commit is contained in:
joeduffy 2016-11-23 14:22:42 -08:00
parent c1c43c7907
commit bbfbe61d43

View file

@ -11,6 +11,11 @@ To build Mu, first clone it into a standard Go workspace:
A good default value for `GOPATH` is `~/go`.
Mu needs to know where to look for its runtime, library, etc. By default, it will look in `/usr/local/mu`, however you
can override this with the `MUPATH` variable. Normally it's easiest just to create a symlink:
$ ln -s $GOPATH/src/github.com/marapongo/mu /usr/local/mu
There is one additional build-time dependency, `golint`, which can be installed using:
$ go get -u github.com/golang/lint/golint