aboutsummaryrefslogtreecommitdiff
path: root/docs/getting-started.md
blob: b3985a0c3cce5d27f1dcb9393d6508eb0fd485e4 (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
# Getting Started

## Navigation

* [Installation]()
    * [Build]()
* [User's Manual]()

## Installation

Get the installation package in any of the available methods:

* [GitHub Releases](https://github.com/valentineus/moodle-auth_token/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-auth_token.git moodle-auth_token
```

* Run the build script:
```bash
cd ./moodle-auth_token
/bin/sh build.sh
```

## User's Manual