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

Unified Diff: experimental/webtry/README.md

Issue 631693003: add environment variable to webtry local run documentation (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 6 years, 2 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: experimental/webtry/README.md
diff --git a/experimental/webtry/README.md b/experimental/webtry/README.md
index e00fd58095482958b5413c8ca62a532367dc0f3d..5cf1ffca997aba6b15bce4381cf838f6c9294751 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
« 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