readme: shorten install by naming clone dir (#99)
This commit is contained in:
parent
34f44c8ce7
commit
dd2d97a468
1 changed files with 2 additions and 6 deletions
|
@ -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. Open a command prompt / console / terminal and `cd` into the profile folder
|
||||||
0. Clone this repository into the profile folder
|
0. Clone this repository into the profile folder
|
||||||
* `git clone https://github.com/MrOtherGuy/firefox-csshacks.git` on command-line
|
* `git clone https://github.com/MrOtherGuy/firefox-csshacks.git chrome` on command-line
|
||||||
* This should create a new folder "firefox-csshacks" into your profile folder
|
* This should create a new folder "chrome" into your profile folder with the contents of this repository
|
||||||
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
|
|
||||||
0. (Optional) Make a copy of `userChrome_example.css` and rename the copy to `userChrome.css`
|
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
|
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
|
* Notice tha any `@import`s must be placed before anything else in whatever file you are using them
|
||||||
|
|
Loading…
Reference in a new issue