mirror of
https://codeberg.org/librewolf/source.git
synced 2024-12-22 05:33:03 -05:00
update readme
This commit is contained in:
parent
25214d7039
commit
bc35780751
2 changed files with 16 additions and 6 deletions
20
README.md
20
README.md
|
@ -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:
|
||||||
|
|
|
@ -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:
|
||||||
|
|
Loading…
Reference in a new issue