From e0d2355024c08fa8bdc67e0b6cdf69b14116b296 Mon Sep 17 00:00:00 2001 From: Dmitry Shurupov Date: Wed, 17 Mar 2021 16:30:12 +0700 Subject: [PATCH] Tiny fixes in README --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 080949a..32c1533 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # ovpn-admin -Simple Web UI to manage OpenVPN users, their certificates & routes. +Simple web UI to manage OpenVPN users, their certificates & routes. ## Features @@ -18,7 +18,7 @@ Simple Web UI to manage OpenVPN users, their certificates & routes. This tool uses external calls for `bash`, `core-utils` and `easyrsa`, thus **Linux systems only are supported** at the moment. -### Docker +### 1. Docker There is a ready-to-use [docker-compose.yaml](https://github.com/flant/ovpn-admin/blob/master/docker-compose.yaml), so you can just change/add values you need and start it with [start.sh](https://github.com/flant/ovpn-admin/blob/master/start.sh). @@ -32,7 +32,7 @@ cd ovpn-admin ./start.sh ``` -### Building from source +### 2. Building from source Requirements. You need Linux with the following components installed: - [golang](https://golang.org/doc/install) @@ -46,14 +46,14 @@ git clone https://github.com/flant/ovpn-admin.git cd ovpn-admin ./bootstrap.sh ./build.sh - ./ovpn-admin +./ovpn-admin ``` (Please don't forgot to configure all needed params in advance.) -### Prebuilt binary (WIP) +### 3. Prebuilt binary (WIP) -You can also use prebuilt binary from [releases](https://github.com/flant/ovpn-admin/releases) page — just download a tar.gz file. +You can also download & use prebuilt binaries from the [releases](https://github.com/flant/ovpn-admin/releases) page — just choose a relevant tar.gz file. ## Usage