aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorValentin Popov <info@valentineus.link>2017-08-14 14:17:17 +0300
committerValentin Popov <info@valentineus.link>2017-08-14 14:17:17 +0300
commit5a6c4e224c889c7593507588a74962fecdcf59f3 (patch)
tree88adc1d649390ef8560d2b9e46836fb56d9c02b4
parentf02aac323cd94f111976fc19338ba19b752890f7 (diff)
downloadauth_http-5a6c4e224c889c7593507588a74962fecdcf59f3.tar.xz
auth_http-5a6c4e224c889c7593507588a74962fecdcf59f3.zip
Added instruction for assembling the package.
-rw-r--r--README.md6
1 files changed, 6 insertions, 0 deletions
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)