diff --git a/README.md b/README.md index d174a73..3c0df14 100644 --- a/README.md +++ b/README.md @@ -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 +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: diff --git a/README.md.in b/README.md.in index 1c98c77..c04682b 100644 --- a/README.md.in +++ b/README.md.in @@ -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. ----- +--- ## Building LibreWolf from source: