From 1ec9611ebb8bfee5e40ee196e6203876dcbb01ef Mon Sep 17 00:00:00 2001 From: jorge Date: Wed, 14 Jul 2021 14:46:34 +0200 Subject: [PATCH] added external link to HOWTOS in readme --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 069142d..1d67098 100644 --- a/README.md +++ b/README.md @@ -155,6 +155,11 @@ __________________ Using the [Nginx buildpack](https://github.com/heroku/heroku-buildpack-nginx) can be used to deploy listmonk on Heroku and use Nginx as a proxy to setup basicauth. [Heroku deploy button](https://github.com/bumi/listmonk-heroku) provides an automated default deployment. +### HOWTOS + +[HOWTO set up listmonk](https://yasoob.me/posts/setting-up-listmonk-opensource-newsletter-mailing/) +[HOWTO import mailchimp subscribers](https://yasoob.me/posts/setting-up-listmonk-opensource-newsletter-mailing/#importing-old-subscribers) + ## Developers listmonk is a free and open source software licensed under AGPLv3. If you are interested in contributing, refer to the [developer setup](https://listmonk.app/docs/developer-setup). The backend is written in Go and the frontend is Vue with Buefy for UI.