diff options
author | horst3180 | 2016-08-01 22:00:22 +0200 |
---|---|---|
committer | GitHub | 2016-08-01 22:00:22 +0200 |
commit | 6dd71ac48d96b2ed9be82d19d981f9c9b1d3cb64 (patch) | |
tree | 5c17bc31e640f1dfc07c5d52e58e24d4b1b57e93 | |
parent | bdd133a055deb05dd38197d107b3a81e80963787 (diff) | |
download | solarc-firefox-theme-6dd71ac48d96b2ed9be82d19d981f9c9b1d3cb64.tar.gz solarc-firefox-theme-6dd71ac48d96b2ed9be82d19d981f9c9b1d3cb64.tar.xz solarc-firefox-theme-6dd71ac48d96b2ed9be82d19d981f9c9b1d3cb64.zip |
Extend note regarding ESR releases
-rw-r--r-- | README.md | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -55,10 +55,11 @@ Uninstall the theme with sudo make uninstall -#### Firefox 38 ESR (Debian Stable users see here) -There is a separate Firefox 38 ESR compatible branch. The installation process is mostly identical to the manual installation above +#### Firefox ESR (Debian Stable users see here) +This repo includes separate Firefox ESR compatible branches. The installation process is mostly identical to the manual installation above git clone https://github.com/horst3180/arc-firefox-theme && cd arc-firefox-theme - git checkout firefox-38-esr + git checkout firefox-38-esr # Execute this for Firefox 38 ESR + git checkout firefox-45-esr # Execute this for Firefox 45 ESR ./autogen.sh --prefix=/usr make mkxpi |