0
Fork 0
mirror of https://codeberg.org/librewolf/source.git synced 2024-12-22 13:43:04 -05:00

fix readme

This commit is contained in:
Bert van der Weerd 2021-11-22 04:39:01 +01:00
parent eef028b8a5
commit 5bb84e32c2
No known key found for this signature in database
GPG key ID: 4CFABB96ADE0F5B1

View file

@ -9,9 +9,8 @@ wget -O librewolf-$(version).source.tar.gz https://gitlab.com/stanzabird/source/
curl -L -o librewolf-$(version).source.tar.gz https://gitlab.com/stanzabird/source/-/jobs/artifacts/main/raw/librewolf-$(version).source.tar.gz?job=build-job
```
Next, we set a _version_ variable and create ourselves a build folder.
Next, we create ourselves a build folder and extract the tarball.
```
export version=$(cat version)
mkdir build
cd build
tar xf ../librewolf-$(version).source.tar.gz
@ -36,7 +35,9 @@ Or make a package:
```
./mach package
```
## Building LibreWolf source tarball:
You don't need the build environment for this. If you don't have write access, just:
```
git clone https://gitlab.com/stanzabird/source.git