diff --git a/Docs/FAQ.md b/Docs/FAQ.md index 470bf8f6..cd04df69 100644 --- a/Docs/FAQ.md +++ b/Docs/FAQ.md @@ -60,12 +60,13 @@ How to use PowerShell in Windows context menus? * to disable this execute `Remove_ps1_from_New_context_menu.reg` in subfolder [Data/](../Data) -How to use Serenade for voice control? --------------------------------------- +How to use Serenade to execute PowerShell scripts by voice? +----------------------------------------------------------- 1. Download and install Serenade from https://serenade.ai/. -2. Execute "./export-to-serenade.ps1" - this creates a custom JavaScript file in $HOME/.serenade/scripts/ +2. Execute "./export-to-serenade.ps1 Computer" - this creates a custom JavaScript file in $HOME/.serenade/scripts/ with wakeword 'Computer'. 3. Start Serenade and click the Pause button. -4. Say "list folder" - this starts list-folder.ps1 in the terminal +4. Open Windows Terminal and click into the window +5. Say: "Computer, list folder" - this starts list-folder.ps1 in the terminal Which editor to use for PowerShell scripts?