feat(winget): use moniker for install

This commit is contained in:
Jan De Dobbeleer 2022-04-27 23:17:20 +02:00 committed by Jan De Dobbeleer
parent 8e1e4ae6d1
commit 71363d9ab8

View file

@ -35,7 +35,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 oh-my-posh
```
</TabItem>
@ -93,7 +93,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 JanDeDobbeleer.OhMyPosh
winget upgrade oh-my-posh
```
</TabItem>