Index: README.md |
diff --git a/README.md b/README.md |
index b297e87c86dc0d3dee279950cabd9eb6c3f2a956..df376805072856d2bb9f0f7a5eff7016c5eb85f5 100644 |
--- a/README.md |
+++ b/README.md |
@@ -13,7 +13,7 @@ Also install Python, Subversion, and Git and make sure they're in your path. |
``` |
mkdir pdfium |
Tom Sepez
2015/10/19 23:46:31
We might want to change this name to something lik
Oliver Chang
2015/10/19 23:50:15
Done.
|
cd pdfium |
-gclient config --name . --unmanaged https://pdfium.googlesource.com/pdfium.git |
+gclient config --unmanaged https://pdfium.googlesource.com/pdfium.git |
gclient sync |
``` |
Tom Sepez
2015/10/19 23:46:31
You'll need to add a cd pdfium here.
Oliver Chang
2015/10/19 23:50:15
Done.
|