From 4bed91ee3406aac8d07aac6a66dc9159f4072850 Mon Sep 17 00:00:00 2001 From: Shafi Chowdhury Date: Sat, 8 Oct 2022 02:35:36 +0600 Subject: [PATCH] docs: added winget (#4377) * docs: added winget * fixed formatting * removed scoop instruction * fixed formatting --- docs/README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/docs/README.md b/docs/README.md index 289159478..1230f5a8a 100644 --- a/docs/README.md +++ b/docs/README.md @@ -51,11 +51,10 @@ description: Starship is the minimal, blazing fast, and extremely customizable p ```sh brew install starship ``` - - With [Scoop](https://scoop.sh): + With [Winget](https://github.com/microsoft/winget-cli): ```powershell - scoop install starship + winget install starship ``` 1. Add the init script to your shell's config file: