aboutsummaryrefslogtreecommitdiffhomepage
path: root/experimental
diff options
context:
space:
mode:
authorGravatar Greg Humphreys <humper@google.com>2014-10-06 12:33:32 -0400
committerGravatar Greg Humphreys <humper@google.com>2014-10-06 12:33:32 -0400
commitbc3dbbd8fd60dacd6bd48c8b24d61235d8219988 (patch)
treee1d11ca0a630ff17a24ede2fa969299e0b993227 /experimental
parentde9bec4f045e0ae43b18175fcb68261e84ba1dc8 (diff)
add environment variable to webtry local run documentation
Diffstat (limited to 'experimental')
-rw-r--r--experimental/webtry/README.md8
1 files changed, 7 insertions, 1 deletions
diff --git a/experimental/webtry/README.md b/experimental/webtry/README.md
index e00fd58095..5cf1ffca99 100644
--- a/experimental/webtry/README.md
+++ b/experimental/webtry/README.md
@@ -9,7 +9,13 @@ immediately. To make sandboxing easier this must be built w/GPU off.
Running Locally
===============
-Set your SKIA_ROOT environment variable to point at your skia tree, then:
+One time setup:
+
+ $ export SKIA_ROOT=path_to_your_skia_source
+ $ export WEBTRY_INOUT=path_to_a_writeable_directory
+ $ mkdir -p $WEBTRY_INOUT
+
+Then, to run:
$ cd experimental/webtry
$ go get -d