Chromium Code Reviews| Index: README.md |
| diff --git a/README.md b/README.md |
| index 74c5cc945b47c5b9540f4ba6a02148ed0c10df31..1acf6581c55266d5e8b03c87c9514746d1c1618c 100644 |
| --- a/README.md |
| +++ b/README.md |
| @@ -8,6 +8,9 @@ luci-go: LUCI services and tools in Go |
| Installing |
| ---------- |
| +[Install go](https://golang.org/doc/install) making sure to set both |
| +`$GOROOT` / `$GOPATH` and adding `$GOROOT/bin:$GOPATH/bin` to your `$PATH`. |
|
M-A Ruel
2016/03/16 12:50:54
I disagree about recommending to set GOROOT. Norma
tandrii(chromium)
2016/03/16 15:57:55
hm, I couldn't manage to avoid setting GOROOT myse
M-A Ruel
2016/03/16 16:42:58
Ok. I build it myself so I guess I'm an outlier. I
|
| + |
| go get -u github.com/luci/luci-go/client/cmd/... |
| go get -u github.com/luci/luci-go/server/cmd/... |