Updated Setup docker mailserver using the script setup.sh (markdown)

This commit is contained in:
Erick Calder 2017-03-17 15:34:05 -07:00
parent 197318f1ab
commit 2a101fe241
1 changed files with 4 additions and 0 deletions

View File

@ -3,6 +3,10 @@ The latest version of the script `setup.sh` is included in the `docker-mailserve
```
wget -q -O setup.sh https://raw.githubusercontent.com/tomav/docker-mailserver/master/setup.sh; chmod a+x ./setup.sh
```
if you use curl:
```
curl -o setup.sh https://raw.githubusercontent.com/tomav/docker-mailserver/master/setup.sh; chmod a+x ./setup.sh
```
Run `./setup.sh` without arguments and you get some usage informations.