User manual template
This commit is contained in:
parent
aa0f07c285
commit
c005d271c2
31
docs/getting-started.md
Normal file
31
docs/getting-started.md
Normal file
@ -0,0 +1,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
|
Loading…
x
Reference in New Issue
Block a user