From ba06fdb189eb7fe5dbef2787131fe03e65e9dd95 Mon Sep 17 00:00:00 2001 From: Samuel Thibault Date: Mon, 11 Mar 2019 11:54:21 +0100 Subject: [PATCH] add minimal README --- README | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 README diff --git a/README b/README new file mode 100644 index 0000000..2bc3b1f --- /dev/null +++ b/README @@ -0,0 +1,9 @@ +How to run + +cd to the firefox-esr or thunderbird directory to which you want to +apply patches, and run /path/to/firefox-patches/build-firefox or +/path/to/thunderbird-patches/build-thunderbird, for instance: + +apt-get source firefox-esr=60.5.1esr-1 +cd firefox-esr-* +/home/me/mozilla/firefox-patches/build-firefox -- GitLab