Skip to content

Commit c666426

Browse files
committed
update HowTo.md
1 parent a1a1699 commit c666426

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

Wix/HowTo.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,24 +13,25 @@ Use LinqPad on `generate files.linq` to generate the 3 yaml files.
1313
Add the 3 new yaml files to the soluton in the "winget-pkgs" folder
1414

1515
## Verify : Validate
16-
Do a `winget validate --manifest {version}`
16+
Do a `winget validate --manifest <path>`
1717

1818
## Upload
1919
Create the new version (tag) and upload 'zip' to https://github.com/StefH/GitHubReleaseNotes/releases
2020

21-
### Verify Install + Uninstall
22-
Do a `winget install --manifest {version}`
23-
Do a `winget uninstall --manifest {version}`
21+
## Verify Install + Uninstall
22+
Do a `winget install --manifest <path>`
23+
24+
Do a `winget uninstall --manifest <path>`
2425

2526
## winget-pkgs
2627
Create a PR with the new {version}.yaml in https://github.com/StefH/winget-pkgs
2728

2829
Use the "." key on GitHub StefH/winget-pkgs to start VS Code and create a folder + add 3 yamls.
2930

3031

32+
:memo: `<path>` is the name of the directory containing the manifest you're submitting.
3133

32-
--------------------------------
33-
34+
--------------------------------------------------------------------------------------------------------------------------------
3435

3536
# HowTo - WinGet
3637

0 commit comments

Comments
 (0)