mirror of https://github.com/fairyglade/ly.git
replace '$ sudo' with '#'
This commit is contained in:
parent
9aa3faf379
commit
88f3c03a23
|
@ -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:
|
Note: If the package is masked, you may need to unmask it using ~amd64 keyword:
|
||||||
```bash
|
```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:
|
1. Enable the GURU repository:
|
||||||
```bash
|
```bash
|
||||||
$ sudo eselect repository enable guru
|
# eselect repository enable guru
|
||||||
```
|
```
|
||||||
|
|
||||||
2. Sync the GURU repository:
|
2. Sync the GURU repository:
|
||||||
```bash
|
```bash
|
||||||
$ sudo emaint sync -r guru
|
# emaint sync -r guru
|
||||||
```
|
```
|
||||||
|
|
||||||
3. Install ly from source:
|
3. Install ly from source:
|
||||||
```bash
|
```bash
|
||||||
$ sudo emerge --ask x11-misc/ly
|
# emerge --ask x11-misc/ly
|
||||||
```
|
```
|
||||||
|
|
||||||
## Configuration
|
## Configuration
|
||||||
|
|
Loading…
Reference in New Issue