diff --git a/README.md b/README.md index d90280d..e044ac0 100644 --- a/README.md +++ b/README.md @@ -5,11 +5,17 @@ A Firefox userChrome.css theme that aims to recreate the look and feel of the Ch thumbnail screenshot ## How to install -### Via install script -```bash -curl https://raw.githubusercontent.com/bmFtZQ/edge-frfox/blob/main/install.sh > /tmp/installer.sh && chmod +x /tmp/installer.sh && /tmp/installer.sh +### Via Linux and MacOS shell script +Paste this into your terminal emulator: +```sh +# Linux may not have $TMPDIR set by default +if [ -z $TMPDIR ]; then TMPDIR=/tmp; fi; + +curl https://raw.githubusercontent.com/bmFtZQ/edge-frfox/blob/main/install.sh > $TMPDIR/installer.sh && chmod +x $TMPDIR/installer.sh && sh $TMPDIR/installer.sh ``` +Uninstallation can be done by just writing `uninstall` at the end of the script above + ### Manual Installation 1. Go to `about:support` and click the "Open Folder/Show in Finder" button for the root directory of your browser profile/s. 2. Download and copy the `chrome` folder into the profile folder.