From dd2d97a4680c3047f71110aedc96d367f033deea Mon Sep 17 00:00:00 2001 From: Trapier Marshall Date: Sat, 17 Apr 2021 09:28:32 -0400 Subject: [PATCH 1/2] readme: shorten install by naming clone dir (#99) --- README.md | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index ad6f084..1b89131 100644 --- a/README.md +++ b/README.md @@ -70,12 +70,8 @@ Assumes that you have a git client installed, and that you do not already have a 0. Open a command prompt / console / terminal and `cd` into the profile folder 0. Clone this repository into the profile folder - * `git clone https://github.com/MrOtherGuy/firefox-csshacks.git` on command-line - * This should create a new folder "firefox-csshacks" into your profile folder -0. Rename the newly created "firefox-csshacks" folder to `chrome` so Firefox knows to look into that folder - * `mv firefox-csshacks chrome` (Linux, Windows PowerShell) - * `rename firefox-csshacks chrome` (Windows cmd.exe) - * Or just rename using your file manager + * `git clone https://github.com/MrOtherGuy/firefox-csshacks.git chrome` on command-line + * This should create a new folder "chrome" into your profile folder with the contents of this repository 0. (Optional) Make a copy of `userChrome_example.css` and rename the copy to `userChrome.css` 0. `@import` individual style files into your userChrome.css * Notice tha any `@import`s must be placed before anything else in whatever file you are using them From c13b324dc75b54bc1961ff9e1e317c8c65ef4c45 Mon Sep 17 00:00:00 2001 From: MrOtherGuy <31620503+MrOtherGuy@users.noreply.github.com> Date: Sat, 17 Apr 2021 16:36:45 +0300 Subject: [PATCH 2/2] Update README.md to renaming existing chrome folder when cloning --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 1b89131..386e60e 100644 --- a/README.md +++ b/README.md @@ -72,6 +72,7 @@ Assumes that you have a git client installed, and that you do not already have a 0. Clone this repository into the profile folder * `git clone https://github.com/MrOtherGuy/firefox-csshacks.git chrome` on command-line * This should create a new folder "chrome" into your profile folder with the contents of this repository + * (**NOTE**: if you already have "chrome" folder, then rename it before cloning. After clone is complete, just copy the *contents* of the old folder into the new chrome folder) 0. (Optional) Make a copy of `userChrome_example.css` and rename the copy to `userChrome.css` 0. `@import` individual style files into your userChrome.css * Notice tha any `@import`s must be placed before anything else in whatever file you are using them