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

Unified Diff: site/user/download.md

Issue 1439493003: Documentation: clean up (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: 2015-11-12 (Thursday) 15:18:10 EST Created 5 years, 1 month 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
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
---------------------------
« no previous file with comments | « site/dev/tools/debugger.md ('k') | site/user/quick/METADATA » ('j') | site/user/quick/android.md » ('J')

Powered by Google App Engine
This is Rietveld 408576698