Index: README.md |
diff --git a/README.md b/README.md |
index b297e87c86dc0d3dee279950cabd9eb6c3f2a956..67d84485ff7246d1141ae56673e1e0c2aa41f0a7 100644 |
--- a/README.md |
+++ b/README.md |
@@ -10,11 +10,16 @@ Also install Python, Subversion, and Git and make sure they're in your path. |
## Get the code |
+The name of the top-level directory does not matter. In our examples, we use |
+"repo". This directory must not have been used before by `gclient config` as |
+each directory can only house a single gclient configuration. |
+ |
``` |
-mkdir pdfium |
-cd pdfium |
-gclient config --name . --unmanaged https://pdfium.googlesource.com/pdfium.git |
+mkdir repo |
+cd repo |
+gclient config --unmanaged https://pdfium.googlesource.com/pdfium.git |
gclient sync |
+cd pdfium |
``` |
## Generate the build files |