diff options
author | girst <girst@users.noreply.github.com> | 2019-06-24 16:06:59 +0200 |
---|---|---|
committer | girst <girst@users.noreply.github.com> | 2019-06-24 16:07:38 +0200 |
commit | 3644b819d79db6be6cebb8337908ce184ecad0c1 (patch) | |
tree | 37c0958003e58da8b4fa8ca7898d8127193ecee1 /README | |
parent | 11894000eedf0b0925d756c6a12003e4abd00b6f (diff) | |
download | legacywolf-3644b819d79db6be6cebb8337908ce184ecad0c1.tar.gz legacywolf-3644b819d79db6be6cebb8337908ce184ecad0c1.zip |
remove boot.jsm
Diffstat (limited to 'README')
-rw-r--r-- | README | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -4,14 +4,13 @@ Monkeypatching Firefox Quantum to run VimFx == Installation == 0. Install/upgrade Firefox from your distribution's repositories -1. As root, issue `make install` +1. As root, issue `make install` (or manually untar into /usr/lib{,64}/firefox) 2. Install VimFx from https://github.com/akhodakivskiy/VimFx/releases == Notes == - * boot.jsm was lifted from https://github.com/xiaoxiaoflood/firefox-scripts.git * BootstrapLoader.jsm, RDFDataSource.jsm, RDFManifestConverter.jsm from their last commit in comm-central (8a37a90aab4ec643fce1e1ab33984613ce0b492d) - * config.js: own work + * config.js: own work (compare mozilla-central 061b97e02ede) == Disclaimer & License == |