Skip to content

Commit 3116ac2

Browse files
committed
2 parents db9a2fe + d48c2b4 commit 3116ac2

File tree

1 file changed

+15
-2
lines changed

1 file changed

+15
-2
lines changed

README.md

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,27 @@
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

711
https://www.nuget.org/packages/Microsoft.HidTools.HidEngine
812

913
Or from the package manager console:
1014

11-
> Install-Package Microsoft.HidTools.HidEngine -Version 1.4.0
15+
> Install-Package Microsoft.HidTools.HidEngine -Version 1.5.0
16+
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+
> waratahcmd --source Z:\foo.wara
1225

1326
# Waratah
1427

0 commit comments

Comments
 (0)