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-08-17 18:22:07 +0300
committerGitHub <noreply@github.com>2020-08-17 18:22:07 +0300
commitba8a28cbb0ef4c66cba227340b2ed03a1dbd5d9d (patch)
treea6522c117439f21b1022141d8adb05ab490cd2a5 /README.md
parent9944290cea48ef59eac8d60b19caefa47a049cce (diff)
Add viewer requirements
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 5 insertions, 3 deletions
diff --git a/README.md b/README.md
index e4fac33..94bb303 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,8 @@
files_pdfviewer
======
-This application integrates the [PDF.js](https://mozilla.github.io/pdf.js/) library into Nextcloud.
+This application integrates the [PDF.js](https://mozilla.github.io/pdf.js/) library into Nextcloud's Viewer.
+You can view PDF files as well as AdobeΒ© Illustrator files (AI)
[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/owncloud/files_pdfviewer/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/nextcloud/files_pdfviewer/?branch=master)
[![Code Coverage](https://scrutinizer-ci.com/g/owncloud/files_pdfviewer/badges/coverage.png?b=master)](https://scrutinizer-ci.com/g/nextcloud/files_pdfviewer/?branch=master)
@@ -11,8 +12,9 @@ This application integrates the [PDF.js](https://mozilla.github.io/pdf.js/) libr
## πŸ— Development setup
1. ☁ Clone this app into the `apps` folder of your Nextcloud: `git clone https://github.com/nextcloud/files_pdfviewer.git`
-2. πŸ‘©β€πŸ’» In the folder of the app, run the command `npm ci && npm run dev` to install dependencies and build the Javascript.
-3. βœ… Enable the app through the app management of your Nextcloud
+1. ☁ Clone the viewer app into the `apps` folder of your Nextcloud: `git clone https://github.com/nextcloud/viewer.git`
+2. πŸ‘©β€πŸ’» In the folder of the files_pdfviewer app, run the command `npm ci && npm run dev` to install dependencies and build the Javascript.
+3. βœ… Enable the app through the app management of your Nextcloud (viewer should be enabled by default)
4. πŸŽ‰ Partytime! Help fix [some issues](https://github.com/nextcloud/files_pdfviewer/issues) and [review pull requests](https://github.com/nextcloud/files_pdfviewer/pulls) πŸ‘