Index: README.md |
diff --git a/README.md b/README.md |
index b297e87c86dc0d3dee279950cabd9eb6c3f2a956..02d78b51401ed74ec2c684d8e723ff4e5538dfb1 100644 |
--- a/README.md |
+++ b/README.md |
@@ -11,10 +11,11 @@ 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 |
+mkdir repo |
Tom Sepez
2015/10/20 17:14:04
Need a note that says that the name of this top-le
Oliver Chang
2015/10/20 17:19:49
Done.
|
+cd repo |
+gclient config --unmanaged https://pdfium.googlesource.com/pdfium.git |
gclient sync |
+cd pdfium |
``` |
## Generate the build files |