Restore fetch-gn instructions.
authorMike Klein <mtklein@chromium.org>
Fri, 16 Dec 2016 13:10:47 +0000 (08:10 -0500)
committerSkia Commit-Bot <skia-commit-bot@chromium.org>
Fri, 16 Dec 2016 13:14:32 +0000 (13:14 +0000)
The automatic DEPS hook doesn't actually work with the checkout instructions we have on the site.

BUG=skia:6058

NOTRY=true
DOCS_PREVIEW= https://skia.org/?cl=6180

Change-Id: Ib1caa617791d3de2b60ddf00fed24d28fd9f83d1
Reviewed-on: https://skia-review.googlesource.com/6180
Reviewed-by: Mike Klein <mtklein@chromium.org>
Commit-Queue: Mike Klein <mtklein@chromium.org>

site/user/build.md

index 37a17b6..df17ffe 100644 (file)
@@ -14,6 +14,10 @@ them.
 Quickstart
 ----------
 
+After gclient sync, run `fetch-gn` to make sure you have GN.
+
+    gclient sync && python bin/fetch-gn
+
 Run GN to generate your build files.
 
     gn gen out/Static --args='is_official_build=true'