Skip to content

Commit 9d2610d

Browse files
authored
Updated Installation Instructions (microsoft#371)
1 parent 7044ac0 commit 9d2610d

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

docs/usage.md

+9
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,15 @@
88

99
XDP for Windows consists of a usermode library (xdpapi.dll) and a driver (xdp.sys).
1010

11+
### Install the Latest (1.x) Official
12+
13+
```PowerShell
14+
Invoke-WebRequest https://aka.ms/xdp-v1.msi -OutFile xdp.msi
15+
msiexec /i xdp.msi /quiet
16+
```
17+
18+
### Install a Test Version
19+
1120
If xdp.sys is not production-signed:
1221

1322
```bat

0 commit comments

Comments
 (0)