Mention 'go get' command in the README file.

This is necessary to build webtry.go as it imports packages from
github.com

BUG=None
TEST=follow the README instructions
R=humper@google.com, jcgregorio@google.com

Author: tfarina@chromium.org

Review URL: https://codereview.chromium.org/601033004
This commit is contained in:
tfarina 2014-09-29 10:50:29 -07:00 committed by Commit bot
parent 2bb52102b1
commit c425ae3a12

View File

@ -8,9 +8,10 @@ immediately. To make sandboxing easier this must be built w/GPU off.
Running Locally
===============
$ GYP_GENERATORS=ninja ./gyp_skia gyp/webtry.gyp gyp/most.gyp -Dskia_gpu=0
$ GYP_GENERATORS=ninja ./gyp_skia gyp/webtry.gyp gyp/most.gyp -Dskia_gpu=0
$ ninja -C out/Debug webtry
$ cd experimental/webtry
$ go get -d
$ go build webtry.go
$ ./webtry