mirror of
https://codeberg.org/librewolf/source.git
synced 2025-01-03 11:20:11 -05:00
Update README.md
This commit is contained in:
parent
12ed94db0b
commit
ff36d0a1dd
1 changed files with 4 additions and 4 deletions
|
@ -1,4 +1,4 @@
|
||||||
## Building
|
## Building LibreWolf from source
|
||||||
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.
|
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.
|
||||||
```
|
```
|
||||||
export version=94.0.1
|
export version=94.0.1
|
||||||
|
@ -12,16 +12,16 @@ python3 librewolf-$(version)/lw-assets/bootstrap.py
|
||||||
```
|
```
|
||||||
It takes about an hour for me to complete, but it needs to be done only once.
|
It takes about an hour for me to complete, but it needs to be done only once.
|
||||||
|
|
||||||
Now we're ready to actually build Librewolf:
|
Now we're ready to actually build LibreWolf:
|
||||||
```
|
```
|
||||||
cd librewplf-$(version)
|
cd librewplf-$(version)
|
||||||
./mach build
|
./mach build
|
||||||
```
|
```
|
||||||
Then we can run it,
|
Also takes me an hour. Then, we can run it:
|
||||||
```
|
```
|
||||||
./mach run
|
./mach run
|
||||||
```
|
```
|
||||||
or make a package.
|
Or make a package:
|
||||||
```
|
```
|
||||||
./mach package
|
./mach package
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in a new issue