docs: replace scoop with winget in theme location

This commit is contained in:
Reza Gharibi 2021-07-06 19:30:14 +04:30 committed by Jan De Dobbeleer
parent 69109c8e6e
commit a06a51a383

View file

@ -142,8 +142,8 @@ scoop update oh-my-posh
}>
<TabItem value="winget">
You can find the themes scoop installs inside the `~\AppData\Local\Programs\oh-my-posh\themes\` folder.
To use `jandedobbeleer.omp.json` for example, you can refer to it using `~\AppData\Local\Programs\oh-my-posh\themes\jandedobbeleer.omp.json"`
You can find the themes winget installs inside the `~\AppData\Local\Programs\oh-my-posh\themes\` folder.
To use `jandedobbeleer.omp.json` for example, you can refer to it using `~\AppData\Local\Programs\oh-my-posh\themes\jandedobbeleer.omp.json`
when setting the prompt using the `--config` flag.
</TabItem>