diff options
author | borenet <borenet@chromium.org> | 2016-07-26 11:11:50 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2016-07-26 11:11:50 -0700 |
commit | 917d6f3005d36d48d5cf0504920405d32e8307ce (patch) | |
tree | c871fc0b0479995d6136e68aaa07a528b70dd744 | |
parent | 9dc935fa11521d4a6c7875699c050044a45d0871 (diff) |
Fix docs for checking out Skia
BUG=skia:
GOLD_TRYBOT_URL= https://gold.skia.org/search?issue=2179023003
NOTRY=true
DOCS_PREVIEW= https://skia.org/?cl=2179023003
Review-Url: https://codereview.chromium.org/2179023003
-rw-r--r-- | site/user/download.md | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/site/user/download.md b/site/user/download.md index 831d3017db..5da01a2180 100644 --- a/site/user/download.md +++ b/site/user/download.md @@ -21,7 +21,10 @@ Clone the Skia repository <!--?prettify lang=sh?--> - git clone https://skia.googlesource.com/skia.git + mkdir $SRC + cd $SRC + gclient config --unmanaged https://skia.googlesource.com/skia.git + gclient sync cd skia Getting started with Skia |