From bcf1ea15fd7cecddeda0e3cadde5c5626b9d8da0 Mon Sep 17 00:00:00 2001 From: DanielSGH Date: Sat, 11 Feb 2023 00:00:37 +0000 Subject: [PATCH] README.md fix linux/macos install section --- README.md | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) 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.