You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

14 lines
422 B

Description of Mustache library import into moodle.
1) Download the latest version of mustache.php from upstream (found
at https://github.com/bobthecow/mustache.php/releases)
2) Move the src/ and LICENSE file into lib/mustache
e.g.
wget https://github.com/bobthecow/mustache.php/archive/v2.12.0.zip
unzip v2.12.0.zip
cd mustache.php-2.12.0/
mv src /path/to/moodle/lib/mustache/
mv LICENSE /path/to/moodle/lib/mustache/