diff options
author | Valentin Popov <info@valentineus.link> | 2017-11-21 08:17:10 +0300 |
---|---|---|
committer | Valentin Popov <info@valentineus.link> | 2017-11-21 08:17:10 +0300 |
commit | fd78f0c141f29315780eea5a8cc7d02ebf285b68 (patch) | |
tree | ebf26f7dc91e7c86b9c33818b41b2df53057ac1d | |
parent | 2fd93f26a0abc90f1f3416d842f3ccaa02b14503 (diff) | |
download | local_billingpatch-fd78f0c141f29315780eea5a8cc7d02ebf285b68.tar.xz local_billingpatch-fd78f0c141f29315780eea5a8cc7d02ebf285b68.zip |
Added description file
-rw-r--r-- | README.md | 39 |
1 files changed, 39 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..4899a2d --- /dev/null +++ b/README.md @@ -0,0 +1,39 @@ +# Moodle patch system + +[![GitHub Release](https://img.shields.io/github/release/valentineus/moodle-billingpatch.svg)](https://github.com/valentineus/moodle-billingpatch/releases) +[![Build Status](https://travis-ci.org/valentineus/moodle-billingpatch.svg?branch=master)](https://travis-ci.org/valentineus/moodle-billingpatch) +[![Codacy Badge](https://api.codacy.com/project/badge/Grade/f1341100c5f14b879fe51094d4e18505)](https://www.codacy.com/app/valentineus/moodle-billingpatch) + +Moodle patch system for internal use. + +You do not need it. + +## Installation + +Get the installation package in any of the available methods: + +* [GitHub Releases](https://github.com/valentineus/moodle-billingpatch/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-billingpatch.git billingpatch +``` + +* Run the build script: +```bash +cd ./billingpatch +/bin/sh build.sh +``` + +## License + +<img height="256px" alt="GNU Banner" src="https://www.gnu.org/graphics/runfreegnu.png" /> + +[GNU GPLv3](LICENSE.txt). +Copyright (c) +[Valentin Popov](mailto:info@valentineus.link).
\ No newline at end of file |