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

Unified Diff: README.md

Issue 2107913002: Add isolate to getting started instructions. (Closed) Base URL: https://skia.googlesource.com/buildbot@master
Patch Set: 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 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
```
« 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