From bf55a9478ab54d894bca0330685edcb622fbad1c Mon Sep 17 00:00:00 2001 From: Matan Kushner Date: Wed, 26 Jan 2022 00:49:48 +0300 Subject: [PATCH] docs: add snapcraft to installation instructions (#3513) --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 5f8f302d..e75584c2 100644 --- a/README.md +++ b/README.md @@ -213,6 +213,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` | | 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` | @@ -435,5 +436,6 @@ This project is [ISC](https://github.com/starship/starship/blob/master/LICENSE) [nixpkgs]: https://github.com/NixOS/nixpkgs/blob/master/pkgs/tools/misc/starship/default.nix [pkgsrc]: https://pkgsrc.se/shells/starship [scoop]: https://github.com/ScoopInstaller/Main/blob/master/bucket/starship.json +[snapcraft]: https://snapcraft.io/starship [termux]: https://github.com/termux/termux-packages/tree/master/packages/starship [void linux packages]: https://github.com/void-linux/void-packages/tree/master/srcpkgs/starship