Index: README.md |
diff --git a/README.md b/README.md |
index 7ce52a0b03a2002e8f99187ba2ee0a37ba2489c0..bc1685affa99dcea605f8813497a27c9acea4781 100644 |
--- a/README.md |
+++ b/README.md |
@@ -16,8 +16,15 @@ V8 Project page: https://code.google.com/p/v8/ |
Getting the Code |
============= |
-V8 Git repository: https://chromium.googlesource.com/v8/v8.git |
-GitHub mirror: https://github.com/v8/v8-git-mirror |
+Checkout [depot tools](http://www.chromium.org/developers/how-tos/install-depot-tools), and run |
+ |
+> `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` |
tfarina
2014/12/08 13:14:58
this can be 'git pull --rebase' or if you are on a
|
+> `gclient sync` |
For fetching all branches, add the following into your remote |
configuration in `.git/config`: |