2015-02-22 15:24:44 +08:00
|
|
|
Description of Mustache library import into moodle.
|
|
|
|
|
2016-10-14 08:29:51 +01:00
|
|
|
1) Download the latest version of mustache.php from upstream (found
|
|
|
|
at https://github.com/bobthecow/mustache.php/releases)
|
2015-07-22 13:02:01 +08:00
|
|
|
|
2016-10-14 08:29:51 +01:00
|
|
|
2) Move the src/ and LICENSE file into lib/mustache
|
2015-02-22 15:24:44 +08:00
|
|
|
|
2016-10-14 08:29:51 +01:00
|
|
|
e.g.
|
|
|
|
wget https://github.com/bobthecow/mustache.php/archive/v2.11.1.zip
|
|
|
|
unzip v2.11.1.zip
|
|
|
|
cd mustache.php-2.11.1/
|
|
|
|
mv src /path/to/moodle/lib/mustache/
|
|
|
|
mv LICENSE /path/to/moodle/lib/mustache/
|