aboutsummaryrefslogtreecommitdiffhomepage
path: root/experimental
diff options
context:
space:
mode:
authorGravatar Greg Humphreys <humper@google.com>2014-10-06 12:04:40 -0400
committerGravatar Greg Humphreys <humper@google.com>2014-10-06 12:04:40 -0400
commitd3b7ef6c2b62f0ccaf2c1ed56cf1d4371708728b (patch)
tree68c9b99e4510c4753cb4008ce287acf0f6353ac4 /experimental
parent938dfba51d0be03fa81866d99214447dac359e83 (diff)
fix webtry local run documentation
Diffstat (limited to 'experimental')
-rw-r--r--experimental/webtry/README.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/experimental/webtry/README.md b/experimental/webtry/README.md
index 059b66e45e..e00fd58095 100644
--- a/experimental/webtry/README.md
+++ b/experimental/webtry/README.md
@@ -9,16 +9,16 @@ 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
- $ ninja -C out/Debug webtry
+Set your SKIA_ROOT environment variable to point at your skia tree, then:
+
$ cd experimental/webtry
$ go get -d
- $ go build webtry.go
+ $ ./build
$ ./webtry
Then visit http://localhost:8000 in your browser.
-Only tested under linux, doubtful it will work on other platforms.
+Only tested under linux and MacOS, doubtful it will work on other platforms.
Server Setup