From: Brendan Dahl Date: Thu, 10 Nov 2011 00:38:55 +0000 (-0800) Subject: Update readme to init the submodule. X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=ceda6aada8b90d58a17c5d132ddd4885aecc6e62;p=pdf.js.git Update readme to init the submodule. --- diff --git a/README.md b/README.md index deb9256..be34206 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: