| 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
|
| -----------
|
|
|