From f698726065cd55ae31fb3231b61850078603f5b8 Mon Sep 17 00:00:00 2001 From: thomas Date: Mon, 28 Feb 2022 23:38:35 +0100 Subject: [PATCH] update README.MD --- README.MD | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.MD b/README.MD index 13f9784..985548b 100644 --- a/README.MD +++ b/README.MD @@ -20,6 +20,7 @@ This commande create joplin and joplin-server packages - [element-web](#element-web) ([site](https://element.io/)) - [gotify](#gotify) ([site](https://gotify.net/)) - [grocy](#grocy) ([site](https://grocy.info/)) + - [joplin](#joplin) desktop ([site](https://joplinapp.org/)) - [joplin-server](#joplin-server) ([site](https://joplinapp.org/)) - [mautrix-syncproxy and mautrix-wsproxy](#mautrix-syncproxy-and-mautrix-wsproxy) ([site](https://docs.mau.fi/bridges/go/imessage/android/setup.html)) - [rss-bridge](#rss-bridge) ([site](https://github.com/rss-bridge/rss-bridge)) @@ -101,6 +102,16 @@ a2ensite grocy systemctl restart apache2 ``` +#### joplin + +```bash +apt install -y python wget ca-certificates +wget -qO - https://deb.lgy.fr/install.sh | bash + +apt-get install -y joplin + +``` + #### joplin-server ```bash