Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/files_pdfviewer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Molakvoæ <skjnldsv@users.noreply.github.com>2020-09-04 10:56:08 +0300
committerJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2020-09-04 23:47:46 +0300
commit18c504c0ee29d15aba3efb3f73fb683162f47179 (patch)
treed8a2a2c03b38ce41d92daca7b92a0c0bd9035af2 /README.md
parent12bf10318d753adb5a2999d9167f0ba49d75095e (diff)
Added `Update pdf.js` step
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/README.md b/README.md
index 7878453..b01b58f 100644
--- a/README.md
+++ b/README.md
@@ -24,6 +24,11 @@ To build the Javascript whenever you make changes, you can also use `npm run bui
You run all tests by using `make test`.
+### 📦 Update pdf.js
+
+When a new release of pdf.js is available on https://github.com/mozilla/pdf.js/releases
+Uupdate the version number on https://github.com/nextcloud/files_pdfviewer/blob/master/pdfjs-get.js#L8 and compile the app again.
+
## ♥ How to create a pull request