From 12ed94db0be5c0dcd9c1d27931cd9cc7c34ac142 Mon Sep 17 00:00:00 2001 From: Bert van der Weerd Date: Sat, 20 Nov 2021 06:20:03 +0000 Subject: [PATCH] Update README.md --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2c9afe4..fd5854f 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,9 @@ ## Building -First, let's head over to the [releases page](https://gitlab.com/stanzabird/source/-/releases) and download the latest version. Once downloaded, extract it. +First, let's head over to the [releases page](https://gitlab.com/stanzabird/source/-/releases); note and download the latest version. Once downloaded, extract it. ``` -wget -q https:///librewolf-$(version).source.tar.gz +export version=94.0.1 + +wget -q https://fresh.librewolf.io/librewolf-$(version)/librewolf-$(version).source.tar.gz tar xf librewolf-$(version).source.tar.gz ``` Next step, if you have not done so already, you must create the build environment: