Update README.md
This commit is contained in:
parent
f016968c9a
commit
36bafb103d
1 changed files with 7 additions and 0 deletions
|
@ -37,11 +37,18 @@ You need [Docker](https://docs.docker.com/get-docker/) and [docker-compose](http
|
||||||
|
|
||||||
Commands to execute:
|
Commands to execute:
|
||||||
|
|
||||||
|
* bash
|
||||||
```bash
|
```bash
|
||||||
git clone https://github.com/flant/ovpn-admin.git
|
git clone https://github.com/flant/ovpn-admin.git
|
||||||
cd ovpn-admin
|
cd ovpn-admin
|
||||||
./start.sh
|
./start.sh
|
||||||
```
|
```
|
||||||
|
* powershell
|
||||||
|
```bash
|
||||||
|
git clone https://github.com/flant/ovpn-admin.git
|
||||||
|
cd ovpn-admin
|
||||||
|
./start.ps1
|
||||||
|
```
|
||||||
#### 1.1
|
#### 1.1
|
||||||
Ready docker images available on [Docker Hub](https://hub.docker.com/r/flant/ovpn-admin/tags)
|
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
|
. Tags are simple: `$VERSION` or `latest` for ovpn-admin and `openvpn-$VERSION` or `openvpn-latest` for openvpn-server
|
||||||
|
|
Loading…
Reference in a new issue