summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatan Kushner <hello@matchai.dev>2022-01-26 00:49:48 +0300
committerGitHub <noreply@github.com>2022-01-25 15:49:48 -0600
commitbf55a9478ab54d894bca0330685edcb622fbad1c (patch)
tree2f626bee65920d04021ea18c4000b927a59a3046
parent1a7e7b2eb7a2587fc9d92500622ba6a76fc2a005 (diff)
docs: add snapcraft to installation instructions (#3513)
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index 5f8f302d9..e75584c2e 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` <br /> `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