mirror of
https://codeberg.org/librewolf/source.git
synced 2025-01-03 03:10:07 -05:00
updated README
This commit is contained in:
parent
730f1fb8ba
commit
44d631a83a
1 changed files with 2 additions and 2 deletions
|
@ -1,10 +1,10 @@
|
||||||
## 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-95.0.source.tar.gz?job=build-job)**.
|
||||||
|
|
||||||
To download the latest from a script, use wget/curl like this:
|
To download the latest from a script, use wget/curl like this:
|
||||||
```
|
```
|
||||||
export version=94.0.2 # example
|
export version=95.0 # 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
|
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
|
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
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in a new issue