From 71363d9ab8b0342f88fbd67b7dfc9f9b8a300485 Mon Sep 17 00:00:00 2001 From: Jan De Dobbeleer Date: Wed, 27 Apr 2022 23:17:20 +0200 Subject: [PATCH] feat(winget): use moniker for install --- docs/docs/installation/windows.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/docs/installation/windows.mdx b/docs/docs/installation/windows.mdx index 930c0586..14a63e70 100644 --- a/docs/docs/installation/windows.mdx +++ b/docs/docs/installation/windows.mdx @@ -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 ``` @@ -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 ```