Fix Gentoo Command Syntax
The proper syntax for adding repos is `eselect repository enable <repo>`
This commit is contained in:
parent
c39da093bf
commit
80cf716c98
@ -68,7 +68,7 @@ A Gentoo ebuild is available in the [swirl](https://git.swurl.xyz/swirl/ebuilds)
|
||||
```sh
|
||||
# as root:
|
||||
emerge --oneshot eselect-repository
|
||||
eselect-repository enable swirl
|
||||
eselect repository enable swirl
|
||||
emaint sync -r swirl
|
||||
emerge polymc
|
||||
# to use latest git version:
|
||||
|
Loading…
Reference in New Issue
Block a user