Chromium Code Reviews| Index: site/user/download.md |
| diff --git a/site/user/download.md b/site/user/download.md |
| index 831d3017db8c8e35c9a4d979050a1bc49a06ff7e..59a24e19e7dd797ea49995141343252223270c36 100644 |
| --- a/site/user/download.md |
| +++ b/site/user/download.md |
| @@ -21,7 +21,8 @@ Clone the Skia repository |
| <!--?prettify lang=sh?--> |
| - git clone https://skia.googlesource.com/skia.git |
| + gclient config https://skia.googlesource.com/skia.git |
|
mtklein
2016/07/26 14:57:54
Probably want a mkdir src/; cd src too?
It gets re
borenet
2016/07/26 18:00:44
Done.
|
| + gclient sync |
| cd skia |
| Getting started with Skia |