Index: README.md |
diff --git a/README.md b/README.md |
index b297e87c86dc0d3dee279950cabd9eb6c3f2a956..381f1fceed1bfb5cbe65f1625c7a71708bfe8f8f 100644 |
--- a/README.md |
+++ b/README.md |
@@ -11,10 +11,13 @@ Also install Python, Subversion, and Git and make sure they're in your path. |
## Get the code |
``` |
-mkdir pdfium |
-cd pdfium |
-gclient config --name . --unmanaged https://pdfium.googlesource.com/pdfium.git |
+# The name of the top-level directory does not matter. In our examples, we use |
Tom Sepez
2015/10/20 17:25:36
nit: I'd move this before the ```, and lose the #.
Oliver Chang
2015/10/20 17:35:45
Done, but I suck at putting together sentences, so
|
+# "repo". |
+mkdir repo |
+cd repo |
+gclient config --unmanaged https://pdfium.googlesource.com/pdfium.git |
gclient sync |
+cd pdfium |
``` |
## Generate the build files |