From d22449b58d6884c0cd9c26e3261a069aa5af3d80 Mon Sep 17 00:00:00 2001 From: Bert van der Weerd Date: Thu, 3 Feb 2022 10:37:03 +0100 Subject: [PATCH] readme --- README.md | 23 +++++++++++++++++++++-- 1 file changed, 21 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0b6ed45..0525eb5 100644 --- a/README.md +++ b/README.md @@ -30,12 +30,31 @@ git diff > ../mypatch.patch ``` We have Gitter / Matrix rooms, and on the website we have links to the various issue trackers. +# Building LibreWolf with a tarball instead of git: + +First, let's **[download the latest tarball](https://gitlab.com/librewolf-community/browser/source/-/jobs/artifacts/main/raw/librewolf-96.0.3-1.source.tar.gz?job=Build)**. This tarball is the latest produced by the [CI](https://gitlab.com/librewolf-community/browser/source/-/jobs). +``` +tar xf +cd +make bootstrap build package +``` + That should be it for this readme, the stuff below is for more internal backward compatibility. So you can safely ignore it. -## Building LibreWolf with a tarball instead of git: -First, let's **[download the latest tarball](https://gitlab.com/librewolf-community/browser/source/-/jobs/artifacts/main/raw/librewolf-96.0.3-1.source.tar.gz?job=Build)**. This tarball is the latest produced by the [CI](https://gitlab.com/librewolf-community/browser/source/-/jobs). + + + +# CI and Docker + + + + + + + + To download the latest from a script, use wget/curl like this: ```