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

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-13 (Friday) 07:21:08 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
« no previous file with comments | « site/dev/tools/debugger.md ('k') | site/user/quick/METADATA » ('j') | 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 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
-
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') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698