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
|
```sh
|
||||||
brew install starship
|
brew install starship
|
||||||
```
|
```
|
||||||
|
With [Winget](https://github.com/microsoft/winget-cli):
|
||||||
With [Scoop](https://scoop.sh):
|
|
||||||
|
|
||||||
```powershell
|
```powershell
|
||||||
scoop install starship
|
winget install starship
|
||||||
```
|
```
|
||||||
|
|
||||||
1. Add the init script to your shell's config file:
|
1. Add the init script to your shell's config file:
|
||||||
|
|
Loading…
Reference in New Issue