Chromium Code Reviews| Index: site/user/download.md |
| diff --git a/site/user/download.md b/site/user/download.md |
| index d748214746841428c99669525ce754093e95c2e3..992fe3041bd294e731f18f268d121e0cff544e79 100644 |
| --- a/site/user/download.md |
| +++ b/site/user/download.md |
| @@ -16,15 +16,6 @@ to download depot_tools (which includes gclient, git-cl, and Ninja). |
| depot_tools will also install Git on your system, if it wasn't installed |
| already. |
| - |
| -Configure Git |
| -------------- |
| - |
| -<!--?prettify lang=sh?--> |
| - |
| - git config --global user.name "Your Name" |
| - git config --global user.email you@example.com |
| - |
|
hcm
2015/11/13 05:03:45
Curious why we are removing this section?
hal.canary
2015/11/13 12:21:45
Name and email only get used when creating new com
|
| Clone the Skia repository |
| ------------------------- |
| @@ -40,11 +31,6 @@ Get Skia's dependencies and generate Ninja build files |
| python bin/sync-and-gyp |
| -<!-- |
| - python tools/git-sync-deps |
| - python ./gyp_skia |
| ---> |
| - |
| Compile all default targets |
| --------------------------- |