commit: 222285d2c8a297f0880306f8c395cacb0ccde78c Author: Horea Christian <chr <AT> chymera <DOT> eu> AuthorDate: Thu Jul 28 14:31:45 2022 +0000 Commit: Horea Christian <horea.christ <AT> gmail <DOT> com> CommitDate: Thu Jul 28 14:31:45 2022 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=222285d2
README.md: further standardization of emerge commands Signed-off-by: Horea Christian <chr <AT> chymera.eu> README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 129817337..43484c14a 100644 --- a/README.md +++ b/README.md @@ -28,14 +28,14 @@ ## 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). +As per the current [Portage specification](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 the `repository` extension of the Gentoo `eselect` utility. ```console -emerge --noreplace eselect-repository +emerge --ask --noreplace --verbose eselect-repository eselect repository enable science ``` @@ -53,7 +53,7 @@ eselect repository remove science To enable the overlay without the need for dedicated repository software, you need to have `git` installed: ```console -emerge --ask --verbose dev-vcs/git +emerge --ask --noreplace --verbose dev-vcs/git ```` Then you can simply download the science repository configuration file, [science.conf](metadata/science.conf): @@ -77,7 +77,7 @@ rm /var/db/repos/science -rf You can also install the overlay via the [layman](https://wiki.gentoo.org/wiki/Layman) overlay manager. ```console -emerge --ask --verbose app-portage/layman +emerge --ask --noreplace --verbose app-portage/layman layman --add science ```
