mirror of
https://github.com/JanDeDobbeleer/oh-my-posh.git
synced 2025-02-02 05:41:10 -08:00
feat(winget): use moniker for install
This commit is contained in:
parent
8e1e4ae6d1
commit
71363d9ab8
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue