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
committerGitHub <noreply@github.com>2020-09-04 10:56:08 +0300
commit8388829a67a62120e1f748ae1069cedce3ff1a3e (patch)
treefddb984b4777c1c0e2cf72afe2d49035001ff028 /README.md
parent109927596d2bee768787af15790d813b41443cdc (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