From 66893402289a3c472d07c3542c97e655ed5e333c Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Wed, 22 Feb 2023 11:22:34 +0100 Subject: [PATCH] gentoo has renamed the package See: https://bugs.gentoo.org/895754 --- docs/src/installation.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/src/installation.md b/docs/src/installation.md index 063935ed6..ada343ae9 100644 --- a/docs/src/installation.md +++ b/docs/src/installation.md @@ -55,10 +55,10 @@ export PATH=/usr/lib/cargo/bin/coreutils:$PATH ### Gentoo -[![Gentoo package](https://repology.org/badge/version-for-repo/gentoo/uutils-coreutils.svg)](https://packages.gentoo.org/packages/sys-apps/uutils) +[![Gentoo package](https://repology.org/badge/version-for-repo/gentoo/uutils-coreutils.svg)](https://packages.gentoo.org/packages/sys-apps/uutils-coreutils) ```bash -emerge -pv sys-apps/uutils +emerge -pv sys-apps/uutils-coreutils ``` ### Manjaro