1
0
Fork 0

Updated description

This commit is contained in:
Horea Christian 2019-11-30 19:18:19 +01:00
parent ab6429cc86
commit cb2d6aa04c
1 changed files with 2 additions and 2 deletions

View File

@ -15,8 +15,8 @@ mkdir /etc/portage/repos.conf
wget https://raw.githubusercontent.com/TheChymera/overlay/master/metadata/chymeric.conf -O /etc/portage/repos.conf/chymeric
```
Afterwards, simply run `emerge --sync`, and Portage should seamlessly make all our ebuilds availabl.
Many of our packages are available as live (`*-9999`) ebuilds, and also need manual unmasking in `/etc/portage/package.accept_keywords` before they can be emerged.
Afterwards, simply run `emerge --sync`, and Portage should seamlessly make all our ebuilds available.
Some of our packages are available as live (`*-9999`) ebuilds, and if you wish to use this feature (only advisable if you are well-informed on the day-to-day development of these packages) these versions can be manually unmasked in a case-by-case basis under `/etc/portage/package.accept_keywords`.
---