From 36bafb103dc5ade932ff73668f26ab2aeae146cd Mon Sep 17 00:00:00 2001 From: lastlink Date: Thu, 1 Jun 2023 18:15:42 -0400 Subject: [PATCH] Update README.md --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 4468a8d..c900e07 100644 --- a/README.md +++ b/README.md @@ -37,11 +37,18 @@ You need [Docker](https://docs.docker.com/get-docker/) and [docker-compose](http Commands to execute: +* bash ```bash git clone https://github.com/flant/ovpn-admin.git cd ovpn-admin ./start.sh ``` +* powershell +```bash +git clone https://github.com/flant/ovpn-admin.git +cd ovpn-admin +./start.ps1 +``` #### 1.1 Ready docker images available on [Docker Hub](https://hub.docker.com/r/flant/ovpn-admin/tags) . Tags are simple: `$VERSION` or `latest` for ovpn-admin and `openvpn-$VERSION` or `openvpn-latest` for openvpn-server