Skip to content

Commit 6067c30

Browse files
authored
Added installation options to README.md
1 parent 8d3f043 commit 6067c30

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

README.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,13 @@ This GNOME Extension lets users to quickly view and select the preset they want
1010

1111
## Installation
1212

13+
### From GNOME Extensions Website
14+
15+
- Go to [GNOME Extensions Website](https://extensions.gnome.org) and search for EasyEffects Preset Selector
16+
- You need to have GNOME Shell Integration add-on installed for your browser to be able to install extensions from [GNOME Extensions Website](https://extensions.gnome.org)
17+
18+
### Manual Installation
19+
1320
- Clone the repository:
1421
```
1522
git clone https://github.com/ulville/eepresetselector.git
@@ -21,6 +28,20 @@ cp -r eepresetselector/[email protected] ~/.local/share/gnome-s
2128
- Log out and login.
2229
- Enable the extension from GNOME Extensions app.
2330

31+
### Install Script
32+
33+
- Clone the repository as stated above.
34+
- Run install script:
35+
```
36+
cd eepresetselector
37+
```
38+
```
39+
chmod +x install.sh
40+
```
41+
```
42+
./install.sh
43+
```
44+
2445
### Dependencies
2546

2647
This Extension depends on EasyEffects to function. It makes use of command-line options `easyeffects -p` and `easyeffects -l`.

0 commit comments

Comments
 (0)