mirror of
https://github.com/JackHack96/EasyEffects-Presets.git
synced 2024-11-21 13:20:09 +00:00
Aggiornato README
This commit is contained in:
parent
eb77a8364a
commit
4efa804c27
1 changed files with 12 additions and 1 deletions
13
README.md
13
README.md
|
@ -17,4 +17,15 @@ It currently contains:
|
|||
This preset is based on [Ziyad Nazem's __"Boosted"__](https://www.ziyadnazem.com/post/956431457/the-perfect-eq-settings-unmasking-the-eq) equalizer settings, which especially enhance lower frequencies
|
||||
|
||||
# Installation
|
||||
Just copy the `.preset` files into the `PulseEffects` directory you can find in the local `config` directory. Obviously the location of that directory depends on how you installed PulseEffects. If you installed it through Flatpak, you can find it in `~/.var/app/com.github.wwmm.pulseeffects/config/PulseEffects`, or if you used the PPA for Ubuntu (or the AUR package for Arch) it should be `~/.config/PulseEffects`
|
||||
The `install.sh` script will try to install the presets automatically, just fire up a terminal and run the command:
|
||||
```shell
|
||||
sh -c "$(curl -fsSL https://raw.githubusercontent.com/JackHack96/PulseEffects-Presets/master/install.sh)"
|
||||
```
|
||||
**NOTE**: the script requires `curl` to be installed. Ubuntu doesn't shipt with curl installed by default, so you have to first run
|
||||
```shell
|
||||
sudo apt install curl
|
||||
```
|
||||
before running the script.
|
||||
|
||||
# Manual installation
|
||||
Just clone the repository and then copy the `.preset` files into the `PulseEffects` directory you can find in the local `config` directory. Obviously the location of that directory depends on how you installed PulseEffects. If you installed it through Flatpak, you can find it in `~/.var/app/com.github.wwmm.pulseeffects/config/PulseEffects`, or if you used the PPA for Ubuntu (or the AUR package for Arch) it should be `~/.config/PulseEffects`
|
||||
|
|
Loading…
Reference in a new issue