From 580dbb935405db423c4d4991c9bfd01c84a756f9 Mon Sep 17 00:00:00 2001 From: Markus Fleschutz Date: Thu, 18 Nov 2021 12:10:40 +0100 Subject: [PATCH] Update FAQ.md --- Docs/FAQ.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Docs/FAQ.md b/Docs/FAQ.md index e07ec08c..fbe63f67 100644 --- a/Docs/FAQ.md +++ b/Docs/FAQ.md @@ -64,7 +64,7 @@ How to execute PowerShell scripts by voice? ------------------------------------------- 1. Download and install *Serenade* from https://serenade.ai/. 2. Download and install the *PowerShell Scripts*, then set the search path to it. -3. Execute once: `./export-to-serenade.ps1 Computer` (this creates a custom JavaScript file at `$HOME/.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 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).