From da927e4aaa3329a7e5c3bfc53dc4641e525c3022 Mon Sep 17 00:00:00 2001 From: Sagar <42873729+sagarkrp@users.noreply.github.com> Date: Sun, 2 Oct 2022 23:20:38 +0530 Subject: [PATCH] docs: duplicate installation instruction for Nixos in readme (#4433) --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 2231f8b6..8ac2cc13 100644 --- a/README.md +++ b/README.md @@ -220,7 +220,6 @@ Alternatively, install Starship using any of the following package managers: | Arch Linux | [Arch Linux Community] | `pacman -S starship` | | CentOS 7+ | [Copr] | `dnf copr enable atim/starship`
`dnf install starship` | | Fedora 31+ | [Fedora Packages] | `dnf install starship` | -| NixOS | [nixpkgs] | `nix-env -iA nixos.starship` | | Gentoo | [Gentoo Packages] | `emerge app-shells/starship` | | Manjaro | | `pacman -S starship` | | NixOS | [nixpkgs] | `nix-env -iA nixpkgs.starship` |