Merge pull request #8 from maxboone/patch-1

Add requirement for nefcon
This commit is contained in:
ge9
2022-10-13 17:56:25 +09:00
committed by GitHub

View File

@@ -7,6 +7,7 @@ This is a sample driver that shows how to create a Windows Indirect Display Driv
### Scoop (recommended)
If you have [Scoop](https://scoop.sh/), you can easily install this driver in one go. In an elevated prompt, run:
```powershell
scoop bucket add extras
scoop bucket add nonportable
scoop install iddsampledriver-ge9-np -g
```