From 8d88df02fe52e67d353f67d457d4401d1a516935 Mon Sep 17 00:00:00 2001 From: Stanzabird Date: Thu, 4 Feb 2021 01:53:34 +0000 Subject: [PATCH 1/3] Update the text formatting --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 612923d..46ba00a 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ This build does require you to: * First build the mozilla-unified as explained in the mozilla docs, using all the ./mach bootstrap stuff * You can delete this mozilla-unified thing to save some space (try ./mach run on it just for fun) * Then clone the windows repo -* cd into it, and build with: time bash build.sh fetch prepare build package +* cd into it, and build with: **time bash build.sh fetch prepare build package** * you can perform each of the build steps individually and the overall script structure follows PKGBULD as used on Archlinux -* This will produce a librewolf-85.0.en-US.win64.zip in this windows folder. +* This will produce a **librewolf-85.0.en-US.win64.zip** in this windows folder. From 200dc9863316236f1fa39d80856fac0e097c462e Mon Sep 17 00:00:00 2001 From: Stanzabird Date: Thu, 4 Feb 2021 02:36:03 +0000 Subject: [PATCH 2/3] Update README2.md --- README2.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README2.md b/README2.md index 5dde730..6edb326 100644 --- a/README2.md +++ b/README2.md @@ -24,7 +24,7 @@ BRANDING: resource files * build fail on missing stubinstaller (might be a FF bug as it should just take missing stuff from the nightly branding folder?) - +`` $ mkdir stubinstaller $ cp bgstub.jpg stubinstaller $ pwd @@ -56,4 +56,4 @@ $ diff branding-nightly.txt branding-librewolf.txt < ./default24.png < ./default256.png $ - +`` From 24b84c0cbdb090e75671b733edbbdaef8d609b3b Mon Sep 17 00:00:00 2001 From: Stanzabird Date: Thu, 4 Feb 2021 02:37:28 +0000 Subject: [PATCH 3/3] Update README2.md --- README2.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README2.md b/README2.md index 6edb326..792bf47 100644 --- a/README2.md +++ b/README2.md @@ -24,7 +24,8 @@ BRANDING: resource files * build fail on missing stubinstaller (might be a FF bug as it should just take missing stuff from the nightly branding folder?) -`` + +``` $ mkdir stubinstaller $ cp bgstub.jpg stubinstaller $ pwd @@ -56,4 +57,5 @@ $ diff branding-nightly.txt branding-librewolf.txt < ./default24.png < ./default256.png $ -`` +``` +