mirror of
https://github.com/starship/starship.git
synced 2026-06-21 02:02:14 +07:00
docs: add Fedora installation instructions using COPR (#6768)
* add Fedora installation instructions using COPR Adds a Fedora 38+ entry to the install table using the existing atim/starship COPR repo. Though the CentOS instructions work on Fedora, this improves clarity and discoverability for Fedora users. Tested and confirmed working on Fedora 42. * Order distros alphabetically * Update min Fedora version to match the active release
This commit is contained in:
@@ -230,6 +230,7 @@ Alternatively, install Starship using any of the following package managers:
|
||||
| Arch Linux | [Arch Linux Extra] | `pacman -S starship` |
|
||||
| CentOS 7+ | [Copr] | `dnf copr enable atim/starship` <br /> `dnf install starship` |
|
||||
| Debian 13+ | [Debian Main] | `apt install starship` |
|
||||
| Fedora 40+ | [Copr] | `dnf copr enable atim/starship` <br /> `dnf install starship` |
|
||||
| Gentoo | [Gentoo Packages] | `emerge app-shells/starship` |
|
||||
| Manjaro | | `pacman -S starship` |
|
||||
| NixOS | [nixpkgs] | `nix-env -iA nixpkgs.starship` |
|
||||
|
||||
Reference in New Issue
Block a user