From 335037871e9f528c756d5c5bc32bc68ba919171a Mon Sep 17 00:00:00 2001 From: Max Boone Date: Thu, 13 Oct 2022 04:19:25 +0200 Subject: [PATCH] Add requirement for nefcon extras bucket is required because of dependency on nefcon --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 857bb3c..adddee7 100644 --- a/README.md +++ b/README.md @@ -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 ```