# moodle-local_treestudyplan ## Installing Install the plugin by adding the zip file manually to the installed plugins in your moodle version ## Documentation / User manual After installing the plugin, the user manual can be found under **Site administration** -> **Courses** -> **Studyplans** -> **Studyplan plugin documentation** Alternatively, you can unpack this ZIP file and open the **doc/index.html** file. (Note that viewing the html files directly will not five the optimal experience, since fontawesome tags and bootstrap items will not be properly rendered) ## Development To build a release zip, you can use the script **./build.sh**. This script calls grunt to build the javascript minified files where needed and creates a relase zip file with the current plugin version (as defined in *version.php*) in the directory **/build**