From ff36d0a1dd309b23d4afe36d1d9794c5a12f3273 Mon Sep 17 00:00:00 2001 From: Bert van der Weerd Date: Sat, 20 Nov 2021 06:21:54 +0000 Subject: [PATCH] Update README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index fd5854f..729ab77 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -## Building +## Building LibreWolf from source 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. ``` export version=94.0.1 @@ -12,16 +12,16 @@ python3 librewolf-$(version)/lw-assets/bootstrap.py ``` It takes about an hour for me to complete, but it needs to be done only once. -Now we're ready to actually build Librewolf: +Now we're ready to actually build LibreWolf: ``` cd librewplf-$(version) ./mach build ``` -Then we can run it, +Also takes me an hour. Then, we can run it: ``` ./mach run ``` -or make a package. +Or make a package: ``` ./mach package ```