From b33e6097c22ce4b7ac48215ba45056757464456c Mon Sep 17 00:00:00 2001 From: Felisp Date: Tue, 13 Aug 2024 18:16:00 +0200 Subject: [PATCH] And fix spacing in README --- README.org | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.org b/README.org index e0b43c3..cafaccf 100644 --- a/README.org +++ b/README.org @@ -90,7 +90,8 @@ options. Download newest release from [[https://git.treebrary.org/Treebrary.org/rss-thread-watcher/releases][releases]] and run them like you would any other java executable (example bellow). There are two JARs, first requires you to have Clojure installed (~rss-thread-watch-[version]~), second one doesn't (the one with ~standalone~ in name). -~$ java -jar whatEverNameTheReleaseHas.jar~~ + +~$ java -jar whatEverNameTheReleaseHas.jar~ Default port is ~6969~ so either change it or allow it in your firewall. HTTPS is not supported, so using some reverse proxy like Nginx could be the easiest solution for that.