summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorDaniel Letscher <dpletscher@outlook.com>2022-06-23 12:28:50 +0200
committerGitHub <noreply@github.com>2022-06-23 12:28:50 +0200
commitef52f9e77ec66f5189a18acfdce399882c37fdd8 (patch)
tree9e037aefbaba42d8a3baf2c302249dd5bdc62aa7 /README.md
parent75475cd0c18f3265383505f3f5feabb4e792eb6f (diff)
feat(winget): Add support for winget package manager (#4042)
* Add winget update release step * Hardcode MSI URLs for wingetcreate * Fix variable expansion reference * Add winget install documentation * Revert removing MSI installer documentation Co-authored-by: Daniel Letscher <Letsch22@users.noreply.github.com>
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index 9ac75d75b..2231f8b6a 100644
--- a/README.md
+++ b/README.md
@@ -261,6 +261,7 @@ Install Starship using any of the following package managers:
| [Chocolatey] | `choco install starship` |
| [conda-forge] | `conda install -c conda-forge starship` |
| [Scoop] | `scoop install starship` |
+| [winget] | `winget install --id Starship.Starship` |
</details>
@@ -447,3 +448,4 @@ This project is [ISC](https://github.com/starship/starship/blob/master/LICENSE)
[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
+[winget]: https://github.com/microsoft/winget-pkgs/tree/master/manifests/s/Starship/Starship