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

Unified Diff: README.md

Issue 1030813003: Fix line breaks in md documentation. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 5 years, 9 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: README.md
diff --git a/README.md b/README.md
index bc1685affa99dcea605f8813497a27c9acea4781..5cd4b5811a4b477ef595ace353e8252e67a7d08c 100644
--- a/README.md
+++ b/README.md
@@ -18,13 +18,13 @@ Getting the Code
Checkout [depot tools](http://www.chromium.org/developers/how-tos/install-depot-tools), and run
-> `fetch v8`
+ fetch v8
This will checkout V8 into the directory `v8` and fetch all of its dependencies.
To stay up to date, run
-> `git pull origin`
-> `gclient sync`
+ git pull origin
+ gclient sync
For fetching all branches, add the following into your remote
configuration in `.git/config`:
« 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