Add requirement for nefcon

extras bucket is required because of dependency on nefcon
This commit is contained in:
Max Boone 2022-10-13 04:19:25 +02:00 committed by GitHub
parent c66e5be801
commit 335037871e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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
```