From cb2d6aa04c35614ef48bfed724a5e2df8c54d6a6 Mon Sep 17 00:00:00 2001 From: Horea Christian Date: Sat, 30 Nov 2019 19:18:19 +0100 Subject: [PATCH] Updated description --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b1eba4f..1eed300 100644 --- a/README.md +++ b/README.md @@ -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`. ---