From c005d271c2b83208a130dc2b5e99efd21ef47e5c Mon Sep 17 00:00:00 2001 From: Valentin Popov Date: Fri, 15 Dec 2017 09:55:13 +0400 Subject: User manual template --- docs/getting-started.md | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 docs/getting-started.md diff --git a/docs/getting-started.md b/docs/getting-started.md new file mode 100644 index 0000000..b3985a0 --- /dev/null +++ b/docs/getting-started.md @@ -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 -- cgit v1.2.3