docs: added winget (#4377)
* docs: added winget * fixed formatting * removed scoop instruction * fixed formatting
This commit is contained in:
parent
3d452367bd
commit
4bed91ee34
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue