Update FAQ.md

This commit is contained in:
Markus Fleschutz 2021-11-18 12:12:21 +01:00 committed by GitHub
parent 580dbb9354
commit 9997cd9c35
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -67,7 +67,7 @@ How to execute PowerShell scripts by voice?
3. Execute once: `./export-to-serenade.ps1 computer` (this creates a custom JavaScript file at `$HOME/.serenade/scripts/PowerShell.js` using the wake word 'computer').
4. Launch *Serenade* and click the Pause button to enable Listening mode.
5. Launch *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 application by executing the PowerShell script `open-calculator.ps1`).
See the [list of supported voice commands](VoiceCommands.md) for more information.