From 9c5c778c525a69ed0ad0f0679c00860d8737ce15 Mon Sep 17 00:00:00 2001 From: Valentin Popov Date: Thu, 19 Oct 2017 07:04:14 +0400 Subject: Initial commit --- README.md | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 README.md (limited to 'README.md') diff --git a/README.md b/README.md new file mode 100644 index 0000000..69068ad --- /dev/null +++ b/README.md @@ -0,0 +1,36 @@ +# Moodle WebHook's + +Webhooks allow applications to subscribe to Moodle events. + +**Attention!**: +This plugin is in active development. + +## Installation + +Get the installation package in any of the available methods: + +* [GitHub Releases](https://github.com/valentineus/moodle-webhooks/releases). +* [Compilation from the source code](#build). + +## Build + +Self-assembly package is as follows: + +* Clone the repository: +```bash +git clone https://github.com/valentineus/moodle-webhooks.git moodle-webhooks +``` + +* Run the build script: +```bash +cd ./moodle-webhooks +/bin/sh build.sh +``` + +## License + +GNU Banner + +[GNU GPLv3](LICENSE.txt). +Copyright (c) +[Valentin Popov](mailto:info@valentineus.link). \ No newline at end of file -- cgit v1.2.3