From bea85b73a76211535980248a7d0cac26711b5a03 Mon Sep 17 00:00:00 2001 From: Bert van der Weerd Date: Thu, 3 Feb 2022 10:47:05 +0100 Subject: [PATCH] readme --- README.md | 4 +++- README.md.in | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c405a35..5b5a49e 100644 --- a/README.md +++ b/README.md @@ -20,6 +20,8 @@ After that, you can either build a tarball from it, or run it: make package make run ``` +#### How to make a patch + The easiest way to make patches is to go to the LibreWolf source folder: ``` cd librewolf-$(cat version) @@ -30,7 +32,7 @@ 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). ``` diff --git a/README.md.in b/README.md.in index 1121ae0..af70ef5 100644 --- a/README.md.in +++ b/README.md.in @@ -20,6 +20,8 @@ After that, you can either build a tarball from it, or run it: make package make run ``` +#### How to make a patch + The easiest way to make patches is to go to the LibreWolf source folder: ``` cd librewolf-$(cat version) @@ -30,7 +32,7 @@ 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). ```