From ceda6aada8b90d58a17c5d132ddd4885aecc6e62 Mon Sep 17 00:00:00 2001 From: Brendan Dahl Date: Wed, 9 Nov 2011 16:38:55 -0800 Subject: [PATCH] Update readme to init the submodule. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index deb925601..be342060d 100644 --- a/README.md +++ b/README.md @@ -45,6 +45,8 @@ To get a local copy of the current code, clone it using git: $ git clone git://github.com/mozilla/pdf.js.git pdfjs $ cd pdfjs + $ git submodule init + $ git submodule update Next, you need to start a local web server as some browsers don't allow opening PDF files for a file:// url: