Adding installation section for Gentoo Linux (ly was recently added into Gentoo's official GURU project)

This commit is contained in:
Michal Vu 2024-08-11 21:54:53 +02:00
parent b80c276dad
commit 9aa3faf379
1 changed files with 24 additions and 0 deletions

View File

@ -194,6 +194,29 @@ You can install ly from the [`[extra]` repos](https://archlinux.org/packages/ext
$ sudo pacman -S ly
```
## Gentoo Installation
You can install ly from the GURU repository:
Note: If the package is masked, you may need to unmask it using ~amd64 keyword:
```bash
$ sudo echo 'x11-misc/ly ~amd64' >> /etc/portage/package.accept_keywords
```
1. Enable the GURU repository:
```bash
$ sudo eselect repository enable guru
```
2. Sync the GURU repository:
```bash
$ sudo emaint sync -r guru
```
3. Install ly from source:
```bash
$ sudo emerge --ask x11-misc/ly
```
## Configuration
You can find all the configuration in `/etc/ly/config.ini`.
The file is commented, and includes the default values.
@ -228,3 +251,4 @@ disable the main box borders with `hide_borders = true`.
## Additional Information
The name "Ly" is a tribute to the fairy from the game Rayman.
Ly was tested by oxodao, who is some seriously awesome dude.