mirror of
https://github.com/moodle/moodle.git
synced 2025-01-19 14:27:22 +01:00
14 lines
422 B
Plaintext
14 lines
422 B
Plaintext
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.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/
|