commit: 5fab69b08919220db33df13759ae76110c43c677 Author: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net> AuthorDate: Sat Mar 20 10:54:53 2021 +0000 Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net> CommitDate: Sat Mar 20 10:54:53 2021 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=5fab69b0
README.md: add note on eselect-repository Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net> README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index e1353773f..29e518d33 100644 --- a/README.md +++ b/README.md @@ -29,6 +29,14 @@ ## Installation <a name="install"></a> +### Eselect-repository install <a name="install-eselect"></a> + +The easiest way to enable the overlay is to: +```console +emerge --noreplace eselect-repository && eselect repository enable science && emerge --sync +``` +and emerge the package as usual. + ### Manual Install <a name="install-manual"></a> As per the current [Portage specifications](https://dev.gentoo.org/~zmedico/portage/doc/man/portage.5.html), ebuild repositories (a.k.a. overlays) can be managed via file collections under `/etc/portage/repos.conf/`, via the new [plug-in sync system](https://wiki.gentoo.org/wiki/Project:Portage/Sync).
