diff --git a/Frequently-Asked-Questions.md b/Frequently-Asked-Questions.md
index 1ee13af..6953dd3 100644
--- a/Frequently-Asked-Questions.md
+++ b/Frequently-Asked-Questions.md
@@ -112,7 +112,7 @@ It is known that minifiers break PDF.js code if advanced options are used (see [
## Is there a pre-built version PDF.js available?
-Yes. The code for the website at http://mozilla.github.com/pdf.js is located in the "gh-pages" branch. You can clone it using `git clone -b gh-pages https://github.com/mozilla/pdf.js.git pdfjs-gh-pages`
+Yes. The code for the website at http://mozilla.github.com/pdf.js is located in the "gh-pages" branch. You can clone it using `git clone -b gh-pages https://github.com/mozilla/pdf.js.git pdfjs-gh-pages` or download [the archive](https://github.com/mozilla/pdf.js/archive/gh-pages.zip).
## PDF.js does not render my files right. Can I report an issue?