From 30288ef056007b10cea048b9133672dbc491e916 Mon Sep 17 00:00:00 2001 From: Nico <nicoalt@posteo.org> Date: Thu, 20 Jan 2022 16:22:54 +0000 Subject: [PATCH] Correct link to nightly .jar --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a07ca2971e..01d9f8abfd 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ once Briar is available for Debian and on Flathub.org. ### Self-contained Java .jar The simplest way is to -[download the nightly briar-desktop.jar](https://code.briarproject.org/briar/briar-desktop/-/jobs/artifacts/main/raw/briar-desktop.jar?job=build_jar) +[download the nightly briar-desktop.jar](https://code.briarproject.org/briar/briar-desktop/-/jobs/artifacts/main/raw/briar-desktop.jar?job=b_jar) and execute it from the command-line with `java -jar briar-desktop.jar`. Note that you need at least version 11 of the Java Runtime Environment. -- GitLab