Fix line breaks in md documentation.
NOTRY=true Review URL: https://codereview.chromium.org/1030813003 Cr-Commit-Position: refs/heads/master@{#27445}
This commit is contained in:
parent
73b17a71a2
commit
0b49e84ce7
@ -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`:
|
||||
|
Loading…
Reference in New Issue
Block a user