mirror of
https://github.com/JanDeDobbeleer/oh-my-posh.git
synced 2024-11-09 20:44:03 -08:00
docs: add Windows Store link
This commit is contained in:
parent
307d685eb1
commit
1b8185cb86
|
@ -19,6 +19,14 @@ To display all icons, we recommend the use of a [Nerd Font][fonts].
|
|||
When using oh-my-posh inside the WSL, make sure to follow the [linux][linux] installation guide.
|
||||
:::
|
||||
|
||||
<a href="pathname://ms-windows-store://pdp/?productid=XP8K0HKJFRXGCK" target="_blank">
|
||||
<img
|
||||
src={require('/img/winstore.png').default}
|
||||
alt="Windows Store Link"
|
||||
className="winstore"
|
||||
/>
|
||||
</a>
|
||||
|
||||
## Install
|
||||
|
||||
<Tabs
|
||||
|
|
|
@ -118,3 +118,9 @@ iframe.youtube {
|
|||
height: 400px;
|
||||
}
|
||||
}
|
||||
|
||||
.winstore {
|
||||
width: 200px;
|
||||
border-radius: 8px;
|
||||
margin-top: 25px;
|
||||
}
|
||||
|
|
BIN
website/static/img/winstore.png
Normal file
BIN
website/static/img/winstore.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 24 KiB |
Loading…
Reference in a new issue