replace '$ sudo' with '#'

This commit is contained in:
Michal Vu 2024-08-11 23:34:10 +02:00
parent 9aa3faf379
commit 88f3c03a23
1 changed files with 4 additions and 4 deletions

View File

@ -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