Update FAQ.md

This commit is contained in:
Markus Fleschutz 2021-11-08 09:59:05 +01:00 committed by GitHub
parent c2c5501f06
commit 29edaf0cdd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -64,7 +64,7 @@ How to execute PowerShell scripts by voice?
------------------------------------------- -------------------------------------------
1. Download and install Serenade from https://serenade.ai/. 1. Download and install Serenade from https://serenade.ai/.
2. Download this PowerShell script collection and set the search path to it. 2. Download this PowerShell script collection and set the search path to it.
3. Execute once: `./export-to-serenade.ps1 Computer` (this creates a custom JavaScript file in the home directory at .serenade/scripts/PowerShell.js using wakeword 'Computer'). 3. Execute once: `./export-to-serenade.ps1 Computer` (this creates a custom JavaScript file at `$HOME/.serenade/scripts/PowerShell.js` using wakeword 'Computer').
4. Start Serenade and click the Pause button to enable Listening mode. 4. Start Serenade and click the Pause button to enable Listening mode.
5. Open Windows Terminal and click into the window. 5. Open Windows Terminal and click into the window.
6. Say: `Computer, open calculator` (this launches the calculator app using PowerShell script: open-calculator.ps1). 6. Say: `Computer, open calculator` (this launches the calculator app using PowerShell script: open-calculator.ps1).