From 4f5847f7c2b333d8dd0173f401425a05a2d190b4 Mon Sep 17 00:00:00 2001 From: Ilya Sosnovsky Date: Fri, 26 Feb 2021 15:25:10 +0300 Subject: [PATCH] added disclaimer --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c204233..fc60c7c 100644 --- a/README.md +++ b/README.md @@ -4,8 +4,11 @@ Web UI for manage and admin openvpn users ## Install -### docker +### disclaimer +Because this utility uses external calls for `bash`, `core-utils` and `easyrsa` it can work only on Linux systems + +### docker We have [docker-compose.yaml](https://github.com/flant/openvpn-admin/blob/master/docker-compose.yaml) you can just change/add values you need and start it with [start.sh](https://github.com/flant/openvpn-admin/blob/master/start.sh)