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

Unified Diff: site/user/download.md

Issue 2179023003: Fix docs for checking out Skia (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Address comments Created 4 years, 5 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: site/user/download.md
diff --git a/site/user/download.md b/site/user/download.md
index 831d3017db8c8e35c9a4d979050a1bc49a06ff7e..5da01a2180fc60e413b9dbb063d5ebd41d6ebca0 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
« 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