docs: add source flag to winget installation

This commit is contained in:
shyguyCreate 2022-06-21 01:15:10 -05:00 committed by GitHub
parent cf8ce5e4dd
commit dbf82559c1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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>