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

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: Fix the quickstart command. Created 4 years, 6 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..33b69ca006db1d0aacb8e91a26f735b65313d8db 100644
--- a/README.md
+++ b/README.md
@@ -8,9 +8,19 @@ luci-go: LUCI services and tools in Go
Installing
----------
+If you already have a go environment and are developing outside of Chrome
+infrastructure:
+
go get -u github.com/luci/luci-go/client/cmd/...
go get -u github.com/luci/luci-go/server/cmd/...
+Otherwise you should use [Chromium infra/go area](https://chromium.googlesource.com/infra/infra/+/master/go/README.md).
+You can use their [`quicksetup`](https://chromium.googlesource.com/infra/infra/+/master/go/quicksetup.sh)
+script to get such an environment like this:
+
+ cd /where/you/want/source/code
+ wget -O- "https://chromium.googlesource.com/infra/infra/+/master/go/quicksetup.sh?format=TEXT" | base64 -d | bash
+
Code layout
-----------
« 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