From 320549d974f64589f109925e47c8e59de695d974 Mon Sep 17 00:00:00 2001 From: Bert van der Weerd Date: Wed, 8 Dec 2021 21:40:31 +0100 Subject: [PATCH] Fixes to readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d6aceff..64e5419 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ tar xf ../librewolf-$(version).source.tar.gz Next step, if you have not done so already, you must create the build environment: ``` cp librewolf-$(version)/lw-assets/bootstrap.py . -python3 bootstrap.py --no-interactive --application-choice=browser +python3 --no-interactive bootstrap.py --application-choice=browser ``` It takes about an hour for me to complete, but it needs to be done only once. This step might fail and cause problems. Why Mozilla has no separate 'install-buildenv.py' is a bit beyond me. I would have liked to be able to set up the build environment in one step, in a second step checkout the entire mozilla source, or in our case, use our own source. @@ -46,7 +46,7 @@ make all ``` If you **do** have write access, we're first gonna check for a newer version of Firefox: ``` -git clone git@gitlab.com:/source.git +git clone git@gitlab.com:stanzabird/source.git cd source make check ```