Chromium Code Reviews| Index: go/README.md |
| diff --git a/go/README.md b/go/README.md |
| index f31e42fa818b9b726ece53dfd3c393e211d6b4dc..e5b7ce39022b7c1873d9efa76a74dd0f50d289e5 100644 |
| --- a/go/README.md |
| +++ b/go/README.md |
| @@ -2,6 +2,28 @@ |
| [TOC] |
| +## Get the code |
| + |
| +The steps for getting the code are: |
| + |
| + 1) [Install depot_tools](https://www.chromium.org/developers/how-tos/install-depot-tools) |
|
M-A Ruel
2016/06/21 12:21:44
Use google markdown style
https://github.com/googl
mithro
2016/06/22 04:39:20
I assume you mean the "replace ) with ."? I couldn
|
| + 1) Run `fetch infra` |
| + 1) Run `infra/go/env.py` |
| + |
| +### Quick Setup |
| + |
| +If you are on Linux you can run the [quicksetup script](quicksetup.sh) like so: |
| + |
| +```shell |
| +cd /where/you/want/source/code |
| +wget -O- "https://chromium.googlesource.com/infra/infra/+/master/go/quicksetup.sh?format=TEXT" | base64 -d | bash |
| +``` |
| + |
| +This will create a self-contained `cr-infra-go-area` directory and populate it |
| +will all necessary tools and source for using or contributing to Chromium's Go |
| +Infrastructure. Once run, look in `cr-infra-go-area/infra/go/src` for the |
| +editable source code. |
| + |
|
M-A Ruel
2016/06/21 12:21:44
Style nit; put 2 empty lines above each title.
mithro
2016/06/22 04:39:20
Done.
|
| ## Structure |
| This directory contains a set of scripts to setup and manage a hermetic Go |