mirror of
https://codeberg.org/librewolf/source.git
synced 2024-12-22 21:53:31 -05:00
fix readme
This commit is contained in:
parent
d95e147b6f
commit
eef028b8a5
1 changed files with 5 additions and 3 deletions
|
@ -1,10 +1,12 @@
|
||||||
## Building LibreWolf from source:
|
## Building LibreWolf from source:
|
||||||
|
|
||||||
First, let's **[download the latest tarball](https://gitlab.com/stanzabird/source/-/jobs/artifacts/main/raw/librewolf-94.0.2.source.tar.gz?job=build-job)**.
|
First, let's **[download the latest tarball](https://gitlab.com/stanzabird/source/-/jobs/artifacts/main/raw/librewolf-94.0.2.source.tar.gz?job=build-job)**.
|
||||||
```
|
|
||||||
wget -O librewolf-$(version).source.tar.gz https://gitlab.com/stanzabird/source/-/jobs/artifacts/main/raw/librewolf-$(version).source.tar.gz?job=build-job
|
|
||||||
|
|
||||||
curl -L -o librewolf-94.0.2.source.tar.gz https://gitlab.com/stanzabird/source/-/jobs/artifacts/main/raw/librewolf-94.0.2.source.tar.gz?job=build-job
|
To download the latest from a script, use wget/curl like this:
|
||||||
|
```
|
||||||
|
export version=94.0.2 # example
|
||||||
|
wget -O librewolf-$(version).source.tar.gz https://gitlab.com/stanzabird/source/-/jobs/artifacts/main/raw/librewolf-$(version).source.tar.gz?job=build-job
|
||||||
|
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 set a _version_ variable and create ourselves a build folder.
|
||||||
|
|
Loading…
Reference in a new issue