Skip to content

Commit 5eaddfd

Browse files
authored
docs: update readme (#33)
1 parent 8039dbd commit 5eaddfd

File tree

3 files changed

+4
-9
lines changed

3 files changed

+4
-9
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ jobs:
88
needs: package
99
runs-on: ubuntu-latest
1010
steps:
11-
- uses: actions/checkout@v3
12-
- uses: actions/download-artifact@v3
11+
- uses: actions/checkout@v4
12+
- uses: actions/download-artifact@v4
1313
- run: |
1414
tag=$(gh release view -R ryanoasis/nerd-fonts --json tagName -q '.tagName')
1515
gh release create "${tag}" --notes "JetBrainsMono Nerd Font ${tag}" ./build/*.msi

.github/workflows/reusable-package.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,6 @@ jobs:
55
package:
66
runs-on: windows-latest
77
steps:
8-
- name: Install WiX v4
9-
shell: pwsh
10-
run: dotnet tool install --global wix
118
- uses: actions/checkout@v4
129
- name: Install Pandoc
1310
shell: pwsh
@@ -17,7 +14,7 @@ jobs:
1714
run: ./src/Build-Installer.ps1
1815
env:
1916
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
20-
- uses: actions/upload-artifact@v3
17+
- uses: actions/upload-artifact@v4
2118
with:
2219
name: build
2320
path: src/bin/Release/en-US/*.msi

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# JetBrainsMono Nerd Font installer for Windows
22

3-
This is a [WiX v4](https://wixtoolset.org/docs/intro/) based installer for the
3+
This is a [WiX v5](https://wixtoolset.org/docs/intro/) based installer for the
44
[JetBrainsMono Nerd Font](https://www.nerdfonts.com/).
55

66
This installer is available on
@@ -12,14 +12,12 @@ winget install --id DEVCOM.JetBrainsMonoNerdFont
1212

1313
## Build prerequisites
1414

15-
- [WiX v4](https://wixtoolset.org/docs/intro/)
1615
- [GitHub CLI](https://cli.github.com/)
1716
- [Pandoc](https://pandoc.org/)
1817

1918
Install them with the following commands:
2019

2120
```powershell
22-
dotnet tool install --global wix
2321
winget install --id GitHub.cli
2422
winget install --id JohnMacFarlane.Pandoc
2523
```

0 commit comments

Comments
 (0)