From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1262837-garchives=archives.gentoo.org@lists.gentoo.org>
Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80])
	(using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
	(No client certificate requested)
	by finch.gentoo.org (Postfix) with ESMTPS id 8EF611382C5
	for <garchives@archives.gentoo.org>; Sat, 20 Mar 2021 10:56:11 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id C8995E0849;
	Sat, 20 Mar 2021 10:56:10 +0000 (UTC)
Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183])
	(using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits))
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id ACC88E0849
	for <gentoo-commits@lists.gentoo.org>; Sat, 20 Mar 2021 10:56:10 +0000 (UTC)
Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52])
	(using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits))
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id 505DE335CDE
	for <gentoo-commits@lists.gentoo.org>; Sat, 20 Mar 2021 10:56:09 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id AD48A46C
	for <gentoo-commits@lists.gentoo.org>; Sat, 20 Mar 2021 10:56:07 +0000 (UTC)
From: "Andrew Ammerlaan" <andrewammerlaan@riseup.net>
To: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: 8bit
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" <andrewammerlaan@riseup.net>
Message-ID: <1616237693.5fab69b08919220db33df13759ae76110c43c677.andrewammerlaan@gentoo>
Subject: [gentoo-commits] proj/sci:master commit in: /
X-VCS-Repository: proj/sci
X-VCS-Files: README.md
X-VCS-Directories: /
X-VCS-Committer: andrewammerlaan
X-VCS-Committer-Name: Andrew Ammerlaan
X-VCS-Revision: 5fab69b08919220db33df13759ae76110c43c677
X-VCS-Branch: master
Date: Sat, 20 Mar 2021 10:56:07 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply
X-Archives-Salt: 40087411-4ad6-46b6-8a38-c38d46d74d2e
X-Archives-Hash: df65c4d5b644f24722cd2f8ba9c55b2f

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).