Commit 0b49e84c authored by machenbach's avatar machenbach Committed by Commit bot

Fix line breaks in md documentation.

NOTRY=true

Review URL: https://codereview.chromium.org/1030813003

Cr-Commit-Position: refs/heads/master@{#27445}
parent 73b17a71
......@@ -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`:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment