MDL-61260 auth_ldap: require /user/profile/lib.php file
[moodle.git] / lib / mustache / readme_moodle.txt
blob6bc4acffe4f09a9a3fdd512e0e71e287ea307f3a
1 Description of Mustache library import into moodle.
3 1) Download the latest version of mustache.php from upstream (found
4 at https://github.com/bobthecow/mustache.php/releases)
6 2) Move the src/ and LICENSE file into lib/mustache
8 e.g.
9 wget https://github.com/bobthecow/mustache.php/archive/v2.12.0.zip
10 unzip v2.12.0.zip
11 cd mustache.php-2.12.0/
12 mv src /path/to/moodle/lib/mustache/
13 mv LICENSE /path/to/moodle/lib/mustache/