aboutsummaryrefslogtreecommitdiff
path: root/README.md
blob: 4899a2da9e0b975f62d13f53e48f606f839bd645 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
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).