From 9a9677187651b7213b503ed6bcb8ce90411c599d Mon Sep 17 00:00:00 2001 From: arul Date: Sun, 2 Jun 2024 22:12:21 +0000 Subject: [PATCH] Update README.md --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 8b6408a..fce1749 100644 --- a/README.md +++ b/README.md @@ -22,6 +22,13 @@ docker run --rm -it \ -p 80:80 \ certbot/certbot certonly --standalone -d mailer.arulbalaji.xyz +5. Setup Mail Web Client +mkdir /var/www/rainloop +unzip rainloop-latest.zip -d /var/www/rainloop + +wget -qO- https://repository.rainloop.net/installer.php | php + +