From 87ceba4de8cfadcd00567efefce53e2d19c183b7 Mon Sep 17 00:00:00 2001 From: S41G0N <159702116+S41G0N@users.noreply.github.com> Date: Mon, 12 Aug 2024 00:18:53 +0200 Subject: [PATCH] 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 '#' --- readme.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/readme.md b/readme.md index 8b80b92..33bb805 100644 --- a/readme.md +++ b/readme.md @@ -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 +# 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 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. +