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

update readme

This commit is contained in:
Bert van der Weerd 2022-02-03 10:27:29 +01:00
parent 25214d7039
commit bc35780751
No known key found for this signature in database
GPG key ID: 4CFABB96ADE0F5B1
2 changed files with 16 additions and 6 deletions

View file

@ -15,12 +15,22 @@ make all
make bootstrap make bootstrap
make build 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: ## Building LibreWolf from source:

View file

@ -30,7 +30,7 @@ git diff > ../mypatch.patch
``` ```
We have Gitter / Matrix rooms, and on the website we have links to the various issue trackers. We have Gitter / Matrix rooms, and on the website we have links to the various issue trackers.
---- ---
## Building LibreWolf from source: ## Building LibreWolf from source: