From a628abbaa6bd288bdc10d9179a54a8de5e5e5613 Mon Sep 17 00:00:00 2001 From: Friederike Schwager <schwager@cil.rwth-aachen.de> Date: Thu, 18 Jul 2019 14:03:14 +0200 Subject: [PATCH] add installation instructions to readme --- README.md | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 04564c9..d29e713 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -Pdf Annotation Tool for Moodle +# Pdf Annotation Tool for Moodle This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -17,4 +17,11 @@ Please note that this plugin also contains files that are under the - MIT License: namely index.js, jquery-3.2.1, textclipper.js. - Apache License, Version 2.0: namely pdf.js. -Google Charts Api is used in download function to convert latex formulae to png: <https://chart.googleapis.com/chart>. \ No newline at end of file +Google Charts Api is used in download function to convert latex formulae to png: <https://chart.googleapis.com/chart>. + +### Installation: + +- Unzip and copy "pdfannotator" folder into Moodle's "mod" folder +- Visit admin page to install module + +For further installation instructions please see: <http://docs.moodle.org/en/Installing_contributed_modules_or_plugins> \ No newline at end of file -- GitLab