From dc4e3065399be81b4e8ce2f0dc1b0d97a6eee0b5 Mon Sep 17 00:00:00 2001 From: LimePotato Date: Mon, 30 Oct 2023 02:00:22 -0600 Subject: [PATCH] Temp disable mirror dl --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b346b0c..6c24062 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,6 @@ The plan is to be able to self-contain the entire game on a DVD/Blue-Ray once "c #### Dependencies: 1. Make sure you have installed Java 20/21 -2. Download the latest .jar in the Releases page [Self-Hosted ForgeJo](https://git.ouroboros.group/Ouroboros/potrogue/releases) | [Mirror](https://next.forgejo.org/Ouroboros/potrogue/releases) +2. Download the latest .jar in the Releases page [Self-Hosted ForgeJo](https://git.ouroboros.group/Ouroboros/potrogue/releases) | ~~[Mirror](https://next.forgejo.org/Ouroboros/potrogue/releases)~~ 3. Double click jar (make sure its executable if you are on linux!) or run ``java -jar ${downloaded_jar_name.jar}`` 4. Enjoy!