From b6c9c65390553acbecef8dd5bbe0e7dee3416371 Mon Sep 17 00:00:00 2001 From: onyx-and-iris Date: Thu, 5 Jun 2025 20:10:19 +0100 Subject: [PATCH] update requirements with note about different scriptdeck versions --- examples/streamdeck/README.md | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/examples/streamdeck/README.md b/examples/streamdeck/README.md index c2d838b..f28e86e 100644 --- a/examples/streamdeck/README.md +++ b/examples/streamdeck/README.md @@ -4,9 +4,21 @@ Thanks to the guys at [Start Automating](https://startautomating.com/) it's poss ## Requirements +### ScriptDeck + +*Windows Powershell* + - [Windows ScriptDeck](https://marketplace.elgato.com/product/windows-scriptdeck-857f01dd-8fd4-44d5-8ec7-67ac850b21d3) -This Voicemeeter Powershell Wrapper will need to be installed as a Module, see [Installation](https://github.com/onyx-and-iris/voicemeeter-api-powershell?tab=readme-ov-file#installation) +*Powershell core* + +- [ScriptDeck](https://marketplace.elgato.com/product/scriptdeck-927e59aa-b42d-4da7-84cc-8c78f4dd7e18) + +Note, even though one of them is named Windows they both work on Windows for different powershell versions, see [this issue](https://github.com/StartAutomating/ScriptDeck/issues/120) + +### Voicemeeter API Powershell + +- Install it as a module, see [Installation](https://github.com/onyx-and-iris/voicemeeter-api-powershell?tab=readme-ov-file#installation) ## How