summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorgirst <girst@users.noreply.github.com>2020-08-22 19:51:50 +0200
committergirst <girst@users.noreply.github.com>2020-08-22 19:51:50 +0200
commit0d457a3fb04837f1b51e83f04b5b8a9b2b742904 (patch)
tree174c4e9aa7a6c76b4608fc945965ff17873996e2 /README
parent3aafe733dfaae7c4d4304f80d4df01780e989e80 (diff)
downloadlegacywolf-0d457a3fb04837f1b51e83f04b5b8a9b2b742904.tar.gz
legacywolf-0d457a3fb04837f1b51e83f04b5b8a9b2b742904.zip
reword installation instructions
Diffstat (limited to 'README')
-rw-r--r--README4
1 files changed, 3 insertions, 1 deletions
diff --git a/README b/README
index 8f58709..7877dc0 100644
--- a/README
+++ b/README
@@ -4,10 +4,12 @@ Monkeypatching Firefox Quantum to run VimFx
== Installation ==
0. Install/upgrade Firefox from your distribution's repositories
-1. As root, issue `make install` (or manually untar into /usr/lib{,64}/firefox)
+1. Issue `make install` as root, or copy all files to Firefox' install directory
2. Install VimFx from https://github.com/akhodakivskiy/VimFx/releases
== Notes ==
+ * Users of firefox-esr on debian need to use the following command:
+ `make DESTDIR=/usr/lib/firefox-esr install`
* BootstrapLoader.jsm, RDFDataSource.jsm, RDFManifestConverter.jsm from their
last commit in comm-central (8a37a90aab4ec643fce1e1ab33984613ce0b492d)
* config.js: own work (compare mozilla-central 061b97e02ede)