| Index: README.md
|
| diff --git a/README.md b/README.md
|
| index 66b542fe571b66fcec2e252227c84261abe27246..28b7b74c253c24946514bd9eabad83062a396d94 100644
|
| --- a/README.md
|
| +++ b/README.md
|
| @@ -16,7 +16,6 @@ $GOPATH/bin comes before /usr/bin in your PATH. If you have GOPATH set, run:
|
|
|
| ```
|
| $ go get -u go.skia.org/infra/...
|
| -$ cd $GOPATH/src/go.skia.org/infra/
|
| ```
|
|
|
| This fetches the repository into your $GOPATH directory along with all the
|
| @@ -30,7 +29,7 @@ more about using depot_tools from the
|
| Then run:
|
|
|
| ```
|
| -$ cd ..
|
| +$ cd $GOPATH/src/go.skia.org/
|
| $ gclient config --name infra --unmanaged https://skia.googlesource.com/buildbot
|
| $ gclient sync
|
| ```
|
| @@ -71,6 +70,7 @@ Install other dependencies:
|
| $ sudo apt-get install npm nodejs-legacy python-django redis-server
|
| $ go get github.com/kisielk/errcheck
|
| $ go get golang.org/x/tools/cmd/goimports
|
| +$ go get github.com/luci/luci-go/client/cmd/isolate
|
| $ sudo npm install -g polylint bower
|
| ```
|
|
|
|
|