Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(206)

Unified Diff: README.md

Issue 1807463005: luci-go: Improving setup instructions in README.md (Closed) Base URL: git+ssh://github.com/mithro/luci-go.git@patch-1
Patch Set: Created 4 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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/...
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698