From 51591c05f0bb0bb35e2cf3ceaa06e530303a9bbe Mon Sep 17 00:00:00 2001 From: Dosenpfand Date: Wed, 14 Jun 2023 09:46:26 +0200 Subject: [PATCH] docs: Correct Arch Linux Repo Name (#5243) * Correct Arch Linux repo name * Revert changes to translated files. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 96fa1e00..de6ce0b7 100644 --- a/README.md +++ b/README.md @@ -225,7 +225,7 @@ Alternatively, install Starship using any of the following package managers: | _Any_ | [Linuxbrew] | `brew install starship` | | _Any_ | [Snapcraft] | `snap install --edge starship` | | Alpine Linux 3.13+ | [Alpine Linux Packages] | `apk add starship` | -| Arch Linux | [Arch Linux Community] | `pacman -S starship` | +| Arch Linux | [Arch Linux Extra] | `pacman -S starship` | | CentOS 7+ | [Copr] | `dnf copr enable atim/starship`
`dnf install starship` | | Gentoo | [Gentoo Packages] | `emerge app-shells/starship` | | Manjaro | | `pacman -S starship` | @@ -445,7 +445,7 @@ Copyright © 2019-present, [Starship Contributors](https://github.com/starship/s This project is [ISC](https://github.com/starship/starship/blob/master/LICENSE) licensed. [alpine linux packages]: https://pkgs.alpinelinux.org/packages?name=starship -[arch linux community]: https://archlinux.org/packages/community/x86_64/starship +[arch linux extra]: https://archlinux.org/packages/extra/x86_64/starship [chocolatey]: https://community.chocolatey.org/packages/starship [conda-forge]: https://anaconda.org/conda-forge/starship [copr]: https://copr.fedorainfracloud.org/coprs/atim/starship