Fix Gentoo Command Syntax

The proper syntax for adding repos is `eselect repository enable <repo>`
This commit is contained in:
Tomasz 2022-02-02 10:34:26 +01:00 committed by GitHub
parent c39da093bf
commit 80cf716c98
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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