From 5a6c4e224c889c7593507588a74962fecdcf59f3 Mon Sep 17 00:00:00 2001 From: Valentin Popov Date: Mon, 14 Aug 2017 15:17:17 +0400 Subject: Added instruction for assembling the package. --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index fb7e55c..e0003dc 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,12 @@ Consequently, the ability to register and restore the password for users will be * HTTP Basic Authentication is the least secure authorization system, because authorization keys are transmitted in clear text. Use a secure HTTPS protocol to protect user information. +## Build +The script `build.sh` collects the final package for installation in Moodle. +```bash +/bin/sh ./build.sh +``` + ## License [MIT](LICENSE.md). Copyright (c) -- cgit v1.2.3