From 9a9dd88871104528422ada76ebb7e35ca3c2bc6b Mon Sep 17 00:00:00 2001 From: Aidan Stewart <84285245+Yocracra@users.noreply.github.com> Date: Wed, 7 Aug 2024 13:03:15 -0500 Subject: [PATCH] Update README.md (#394) I almost missed this before cloning. Putting this on top so future readers can't miss it. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a34dd14..76b18b2 100644 --- a/README.md +++ b/README.md @@ -70,9 +70,9 @@ 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 + * (**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) * `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 that any `@import`s must be placed before anything else in whatever file you are using them