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

update readme

This commit is contained in:
Bert van der Weerd 2022-02-03 10:26:16 +01:00
parent 3db4d7e2a3
commit 25214d7039
No known key found for this signature in database
GPG key ID: 4CFABB96ADE0F5B1

View file

@ -15,12 +15,22 @@ make all
make bootstrap
make build
```
After that, you can either build a tarball from it, or run it:
```
make package
make run
```
The easiest way to make patches is to go to the LibreWolf source folder:
```
cd librewolf-$(cat version)
git init
git add <path_to_file_you_changed>
git commit -am initial-commit
git diff > ../mypatch.patch
```
We have Gitter / Matrix rooms, and on the website we have links to the various issue trackers.
----
## Building LibreWolf from source: