mirror of
https://codeberg.org/librewolf/source.git
synced 2025-01-03 03:10:07 -05:00
Update README.md
This commit is contained in:
parent
bc30254d8d
commit
12ed94db0b
1 changed files with 4 additions and 2 deletions
|
@ -1,7 +1,9 @@
|
||||||
## Building
|
## Building
|
||||||
First, let's head over to the [releases page](https://gitlab.com/stanzabird/source/-/releases) and download the latest version. Once downloaded, extract it.
|
First, let's head over to the [releases page](https://gitlab.com/stanzabird/source/-/releases); note and download the latest version. Once downloaded, extract it.
|
||||||
```
|
```
|
||||||
wget -q https://<url>/librewolf-$(version).source.tar.gz
|
export version=94.0.1
|
||||||
|
|
||||||
|
wget -q https://fresh.librewolf.io/librewolf-$(version)/librewolf-$(version).source.tar.gz
|
||||||
tar xf librewolf-$(version).source.tar.gz
|
tar xf librewolf-$(version).source.tar.gz
|
||||||
```
|
```
|
||||||
Next step, if you have not done so already, you must create the build environment:
|
Next step, if you have not done so already, you must create the build environment:
|
||||||
|
|
Loading…
Reference in a new issue