mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2026-06-29 01:54:20 +03:00
Fix Gentoo Command Syntax
The proper syntax for adding repos is `eselect repository enable <repo>`
This commit is contained in:
parent
c39da093bf
commit
80cf716c98
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue