From 4f0d4b79a2a6b2a9510e51bc0ffaab06123a34df Mon Sep 17 00:00:00 2001 From: Bert van der Weerd Date: Thu, 3 Feb 2022 10:38:58 +0100 Subject: [PATCH] readme --- README.md | 4 ++-- README.md.in | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 0525eb5..45275a7 100644 --- a/README.md +++ b/README.md @@ -30,13 +30,13 @@ 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: +### 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 +make bootstrap build package run ``` That should be it for this readme, the stuff below is for more internal backward compatibility. So you can safely ignore it. diff --git a/README.md.in b/README.md.in index 73f8ec9..717014c 100644 --- a/README.md.in +++ b/README.md.in @@ -30,13 +30,13 @@ 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: +### 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-__VERSION__-__RELEASE__.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 +make bootstrap build package run ``` That should be it for this readme, the stuff below is for more internal backward compatibility. So you can safely ignore it.