Skip to content

Commit aab4f3e

Browse files
authored
Merge pull request #24 from DandelionSprout/patch-1
Added info on the Releases .zip-s and on Winget.
2 parents 1f5fbd4 + 4f835f6 commit aab4f3e

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

README.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
# Project
22

3-
This repo is the central location of Microsoft HID Tools. Currently, the only tool available is Waratah. The underlying HidSpecification and HidEngine libaries are available via Nuget
3+
This repo is the central location of Microsoft HID Tools. Currently, the only tool available is Waratah.
4+
5+
## Install from Nuget
6+
7+
The underlying HidSpecification and HidEngine libraries are available via Nuget:
48

59
https://www.nuget.org/packages/Microsoft.HidTools.HidSpecification
610

@@ -10,6 +14,14 @@ Or from the package manager console:
1014

1115
> Install-Package Microsoft.HidTools.HidEngine -Version 1.5.0
1216

17+
## Install from .zip or Winget
18+
19+
A singular compiled Waratah package is available from this repo's [Releases](https://github.com/microsoft/hidtools/releases) pages (Specifically its `Waratah-Published.zip` files).
20+
21+
Or from the Winget console:
22+
23+
> winget install Microsoft.HIDTools.Waratah
24+
1325
# Waratah
1426

1527
> What A Really Awesome Tool for Authoring HIDs

0 commit comments

Comments
 (0)