From 6a06c9132a4aaa2a771f4d7eddc7c92eeaf052dc Mon Sep 17 00:00:00 2001 From: Bert van der Weerd Date: Wed, 28 Sep 2022 22:36:40 +0200 Subject: [PATCH] cosmetics --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 082e227..4bd79fc 100644 --- a/README.md +++ b/README.md @@ -47,9 +47,11 @@ Then, to build: ``` make all ``` -That should produce the (non-updating) setup.exe and the community portable zip. There is a second directory `linux-mar` where you can build the so-called `.mar` version of LibreWolf. This is te version that will be auto-updating someday. It's great, but it's main drawback is theming bugs. +That should produce the (non-updating) setup.exe and the community portable zip. -You can force a rebuild with `make clean all`. Please always use `make fetch` as a single make command, else there might be bugs in the version files. +There is a second directory `linux-mar` where you can build the so-called `.mar` version of LibreWolf. This is te version that will be auto-updating someday. It's great, but it's main drawback is theming bugs. + +You can force a rebuild with `make clean all`. Please always use `make fetch` as a single make command, else there might be bugs in the version files. The `make fetch` command gets you the current latest version. # Compiling the windows version natively