diff --git a/README.md b/README.md index 9c63291..92b9572 100644 --- a/README.md +++ b/README.md @@ -107,14 +107,16 @@ It will download the latest version of the theme and run the auto installation s ```sh [[ -s userChrome.css ]] || echo >> userChrome.css + [[ -s userContent.css ]] || echo >> userContent.css ``` 7. Import this theme at the beginning of the CSS files (all `@import`s must come before any existing `@namespace` declarations): ```sh sed -i '1s/^/@import "firefox-gnome-theme\/userChrome.css";\n/' userChrome.css + sed -i '1s/^/@import "firefox-gnome-theme\/userContent.css";\n/' userContent.css ``` - + 8. Symlink preferences file: ```sh @@ -153,7 +155,6 @@ You can follow the installation script steps again to update the theme. 1. Go to your profile folder. (Go to `about:support` in Firefox > Application Basics > Profile Directory > Open Directory) 2. Remove `chrome` folder. - ## Enabling optional features Optional features can be enabled by creating new `boolean` preferences in `about:config`.