From 1d01a51a73ab759b73538e7d2d4774bb944fb9fa Mon Sep 17 00:00:00 2001 From: Bert van der Weerd Date: Sat, 8 Jan 2022 19:42:49 +0100 Subject: [PATCH] Update README.md.in --- README.md.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md.in b/README.md.in index 2c382ed..a26b5d6 100644 --- a/README.md.in +++ b/README.md.in @@ -1,6 +1,6 @@ ## Building LibreWolf from source: -First, let's **[download the latest tarball](https://gitlab.com/librewolf-community/browser/source/-/jobs/artifacts/main/raw/librewolf-__VERSION__-__RELEASE__.source.tar.gz?job=build-job)**. This tarball is the latest produced by the CI. +First, let's **[download the latest tarball](https://gitlab.com/librewolf-community/browser/source/-/jobs/artifacts/main/raw/librewolf-__VERSION__-__RELEASE__.source.tar.gz?job=build-job)**. This tarball is the latest produced by the [CI](https://gitlab.com/librewolf-community/browser/source/-/jobs). To download the latest from a script, use wget/curl like this: ```