mirror of
https://github.com/JanDeDobbeleer/oh-my-posh.git
synced 2024-11-10 04:54:03 -08:00
docs: add source flag to winget installation
This commit is contained in:
parent
cf8ce5e4dd
commit
dbf82559c1
|
@ -43,7 +43,7 @@ When using oh-my-posh inside the WSL, make sure to follow the [Linux][linux] ins
|
|||
Open a PowerShell prompt and run the following command:
|
||||
|
||||
```powershell
|
||||
winget install JanDeDobbeleer.OhMyPosh
|
||||
winget install JanDeDobbeleer.OhMyPosh -s winget
|
||||
```
|
||||
|
||||
</TabItem>
|
||||
|
@ -101,7 +101,7 @@ Exclusions should be added with the full path to the executable, you can get it
|
|||
Open a PowerShell prompt and run the following command:
|
||||
|
||||
```powershell
|
||||
winget upgrade oh-my-posh
|
||||
winget upgrade JanDeDobbeleer.OhMyPosh -s winget
|
||||
```
|
||||
|
||||
</TabItem>
|
||||
|
|
Loading…
Reference in a new issue