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