From 2a101fe241d25fd31cc65b5986361fae50c8d719 Mon Sep 17 00:00:00 2001 From: Erick Calder Date: Fri, 17 Mar 2017 15:34:05 -0700 Subject: [PATCH] Updated Setup docker mailserver using the script setup.sh (markdown) --- .../setup-docker-mailserver-using-the-script-setup.sh.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/content/setup-docker-mailserver-using-the-script-setup.sh.md b/docs/content/setup-docker-mailserver-using-the-script-setup.sh.md index 1eba7ad5..683e6a81 100644 --- a/docs/content/setup-docker-mailserver-using-the-script-setup.sh.md +++ b/docs/content/setup-docker-mailserver-using-the-script-setup.sh.md @@ -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.