Added instruction for assembling the package.
This commit is contained in:
parent
f02aac323c
commit
5a6c4e224c
@ -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.
|
* 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.
|
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
|
## License
|
||||||
[MIT](LICENSE.md).
|
[MIT](LICENSE.md).
|
||||||
Copyright (c)
|
Copyright (c)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user