From f4ccd9ff227dba088487fb985a11de9bbb89a181 Mon Sep 17 00:00:00 2001 From: Aki Kanellis Date: Wed, 12 Apr 2023 06:55:38 +0100 Subject: [PATCH] docs: update snap instructions (#5007) As part of #4954, non-edge packages of Starship were removed from Snapcraft. This means the only way to install Starship is through the `edge` channel using `snap install --edge starship`. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 39f02db6..e692ff9e 100644 --- a/README.md +++ b/README.md @@ -215,7 +215,7 @@ Alternatively, install Starship using any of the following package managers: | **_Any_** | **[crates.io]** | `cargo install starship --locked` | | _Any_ | [conda-forge] | `conda install -c conda-forge starship` | | _Any_ | [Linuxbrew] | `brew install starship` | -| _Any_ | [Snapcraft] | `snap 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` | | CentOS 7+ | [Copr] | `dnf copr enable atim/starship`
`dnf install starship` |