mirror of https://github.com/fairyglade/ly.git
Add installation instructions for Gentoo (#685)
* Adding installation section for Gentoo Linux (ly was recently added into Gentoo's official GURU project) * replace '$ sudo' with '#'
This commit is contained in:
parent
b80c276dad
commit
87ceba4de8
24
readme.md
24
readme.md
|
@ -194,6 +194,29 @@ You can install ly from the [`[extra]` repos](https://archlinux.org/packages/ext
|
||||||
$ sudo pacman -S ly
|
$ 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
|
||||||
|
# echo 'x11-misc/ly ~amd64' >> /etc/portage/package.accept_keywords
|
||||||
|
```
|
||||||
|
|
||||||
|
1. Enable the GURU repository:
|
||||||
|
```bash
|
||||||
|
# eselect repository enable guru
|
||||||
|
```
|
||||||
|
|
||||||
|
2. Sync the GURU repository:
|
||||||
|
```bash
|
||||||
|
# emaint sync -r guru
|
||||||
|
```
|
||||||
|
|
||||||
|
3. Install ly from source:
|
||||||
|
```bash
|
||||||
|
# emerge --ask x11-misc/ly
|
||||||
|
```
|
||||||
|
|
||||||
## Configuration
|
## Configuration
|
||||||
You can find all the configuration in `/etc/ly/config.ini`.
|
You can find all the configuration in `/etc/ly/config.ini`.
|
||||||
The file is commented, and includes the default values.
|
The file is commented, and includes the default values.
|
||||||
|
@ -228,3 +251,4 @@ disable the main box borders with `hide_borders = true`.
|
||||||
## Additional Information
|
## Additional Information
|
||||||
The name "Ly" is a tribute to the fairy from the game Rayman.
|
The name "Ly" is a tribute to the fairy from the game Rayman.
|
||||||
Ly was tested by oxodao, who is some seriously awesome dude.
|
Ly was tested by oxodao, who is some seriously awesome dude.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue