commit: b805936d714f5177bf1aff895e7eb7ebc588f84b Author: Horea Christian <chr <AT> chymera <DOT> eu> AuthorDate: Thu Jul 28 14:28:42 2022 +0000 Commit: Horea Christian <horea.christ <AT> gmail <DOT> com> CommitDate: Thu Jul 28 14:28:42 2022 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=b805936d
README.md: typo and style improvements Signed-off-by: Horea Christian <chr <AT> chymera.eu> README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index a6c202ca2..129817337 100644 --- a/README.md +++ b/README.md @@ -28,9 +28,11 @@ ## Installation <a name="install"></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). + ### Eselect-repository Install <a name="install-eselect"></a> -The overlay can be enabled via `repository` extension of the Gentoo `eselect` utility. +The overlay can be enabled via the `repository` extension of the Gentoo `eselect` utility. ```console emerge --noreplace eselect-repository @@ -48,8 +50,6 @@ eselect repository remove science ### 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). - To enable the overlay without the need for dedicated repository software, you need to have `git` installed: ```console
