From 88f3c03a23697c715b227ea213cb77e0f5fd70ce Mon Sep 17 00:00:00 2001 From: Michal Vu Date: Sun, 11 Aug 2024 23:34:10 +0200 Subject: [PATCH] replace '$ sudo' with '#' --- readme.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/readme.md b/readme.md index e442e49..33bb805 100644 --- a/readme.md +++ b/readme.md @@ -199,22 +199,22 @@ 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 +# echo 'x11-misc/ly ~amd64' >> /etc/portage/package.accept_keywords ``` 1. Enable the GURU repository: ```bash -$ sudo eselect repository enable guru +# eselect repository enable guru ``` 2. Sync the GURU repository: ```bash -$ sudo emaint sync -r guru +# emaint sync -r guru ``` 3. Install ly from source: ```bash -$ sudo emerge --ask x11-misc/ly +# emerge --ask x11-misc/ly ``` ## Configuration