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.