diff --git a/README.md b/README.md index 73520916..f8d1263f 100644 --- a/README.md +++ b/README.md @@ -89,8 +89,8 @@ and the `setup.sh` **in the correct version** ``` BASH # if you're using :edge as the image tag wget https://raw.githubusercontent.com/docker-mailserver/docker-mailserver/master/setup.sh -# if you're using :latest (= :9.1.0) as the image tag -wget https://raw.githubusercontent.com/docker-mailserver/docker-mailserver/v9.1.0/setup.sh +# if you're using :latest (= :10.0.0) as the image tag +wget https://raw.githubusercontent.com/docker-mailserver/docker-mailserver/v10.0.0/setup.sh chmod a+x ./setup.sh