Skip to content

Commit 1cd52a8

Browse files
committed
docs: add winget information (#19)
1 parent 2eaa22a commit 1cd52a8

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

README.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
This is a [WiX v3](https://wixtoolset.org/docs/v3/) based installer for the
44
[JetBrainsMono Nerd Font](https://www.nerdfonts.com/).
55

6+
This installer is available on
7+
[winget](https://learn.microsoft.com/windows/package-manager/winget/):
8+
9+
```
10+
winget install --id DEVCOM.JetBrainsMonoNerdFont
11+
12+
```
13+
614
## Build prerequisites
715

816
- [Visual Studio 2022 (any edition)](https://visualstudio.microsoft.com/#vs-section)
@@ -33,8 +41,8 @@ directory.
3341
You can use the included [Visual Studio project
3442
template](https://learn.microsoft.com/visualstudio/ide/creating-project-and-item-templates)
3543
to build an installer for a Nerd Font of your choice. To use the template, zip
36-
the files in the `VSTemplate` folder and copy it to your `%USERPROFILE%\Documents\Visual Studio 2022\Templates\ProjectTemplates`
37-
folder.
44+
the files in the `VSTemplate` folder and copy it to your
45+
`%USERPROFILE%\Documents\Visual Studio 2022\Templates\ProjectTemplates` folder.
3846

3947
After installing the template, create a new Visual Studio project using it, and
4048
name the project with the name of one of the zip files available for download in

0 commit comments

Comments
 (0)