README: Improve installation script instructions

This commit is contained in:
Rafael Mardojai CM 2020-04-29 12:24:05 -05:00
parent 14c553d55a
commit b9a6e3fccb
1 changed files with 12 additions and 6 deletions

View File

@ -26,10 +26,16 @@ This theme is supposed to work with current supported Firefox releases:
## Installation ## Installation
### Installation script ### Installation script
```sh 1. Clone this repo and enter folder:
git clone https://github.com/rafaelmardojai/firefox-gnome-theme/ && cd firefox-gnome-theme ```sh
./scripts/install.sh git clone https://github.com/rafaelmardojai/firefox-gnome-theme/ && cd firefox-gnome-theme
``` ```
2. Run installation script:
```sh
./scripts/install.sh # Standard
./scripts/install.sh -f ~/.var/app/org.mozilla.firefox/.mozilla/firefox # Flatpak
```
#### Script options #### Script options
- -f `<firefox_folder>` *optional* - -f `<firefox_folder>` *optional*
@ -38,7 +44,7 @@ git clone https://github.com/rafaelmardojai/firefox-gnome-theme/ && cd firefox-g
- -p `<profile_folder>` *optional* - -p `<profile_folder>` *optional*
- Set custom profile folder name, for example `e0j6yb0p.default-nightly` - Set custom profile folder name, for example `e0j6yb0p.default-nightly`
- Default: `*.default` (standard default profile) - Default: standard default profile
- -g *optional* - -g *optional*
- Auto enable GNOMISH extra features `hide-single-tab.css` & `matching-autocomplete-width.css` - Auto enable GNOMISH extra features `hide-single-tab.css` & `matching-autocomplete-width.css`
@ -51,7 +57,7 @@ git clone https://github.com/rafaelmardojai/firefox-gnome-theme/ && cd firefox-g
3. Open directory in a terminal. 3. Open directory in a terminal.
4. Create a `chrome` directory if it doesn't exist. 4. Create a `chrome` directory if it doesn't exist:
```sh ```sh
mkdir -p chrome mkdir -p chrome