From 6bf59b86a11414c87c3bf814e0e12ef6ce870468 Mon Sep 17 00:00:00 2001 From: Bert van der Weerd Date: Mon, 3 Jan 2022 13:52:17 +0100 Subject: [PATCH] Update README.md.in --- README.md | 2 +- README.md.in | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index eadd895..1916035 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ Next step, if you have not done so already, you must create the build environmen ``` librewolf-95.0.2/lw/mozfetch.sh ``` -It takes about an hour for me to complete, but it needs to be done only once. This step might fail and cause problems. Hack a bit, and if that fails you can ask on our [Gitter](https://gitter.im/librewolf-community/librewolf)/[Matrix](https://matrix.to/#/#librewolf:matrix.org) channels. +This would create a _mozilla-unified_ folder in our 'build' folder. It takes about an hour for me to complete, but it needs to be done only once. This step might fail and cause problems. Hack a bit, and if that fails you can ask on our [Gitter](https://gitter.im/librewolf-community/librewolf)/[Matrix](https://matrix.to/#/#librewolf:matrix.org) channels. There is no need to actually build _mozilla-unified_ (Mozilla Nightly) itself, nor is the folder needed to build LibreWolf. So you can remove it: `rm -rf mozilla-unfied` if you don't plan on using/exploring it. Now we're ready to actually build LibreWolf: ``` diff --git a/README.md.in b/README.md.in index b79f0fe..58b2bb7 100644 --- a/README.md.in +++ b/README.md.in @@ -19,7 +19,7 @@ Next step, if you have not done so already, you must create the build environmen ``` librewolf-__VERSION__/lw/mozfetch.sh ``` -It takes about an hour for me to complete, but it needs to be done only once. This step might fail and cause problems. Hack a bit, and if that fails you can ask on our [Gitter](https://gitter.im/librewolf-community/librewolf)/[Matrix](https://matrix.to/#/#librewolf:matrix.org) channels. +This would create a _mozilla-unified_ folder in our 'build' folder. It takes about an hour for me to complete, but it needs to be done only once. This step might fail and cause problems. Hack a bit, and if that fails you can ask on our [Gitter](https://gitter.im/librewolf-community/librewolf)/[Matrix](https://matrix.to/#/#librewolf:matrix.org) channels. There is no need to actually build _mozilla-unified_ (Mozilla Nightly) itself, nor is the folder needed to build LibreWolf. So you can remove it: `rm -rf mozilla-unfied` if you don't plan on using/exploring it. Now we're ready to actually build LibreWolf: ```