From 5364f9d3038021598340ae51c300c0d2679e8d7d Mon Sep 17 00:00:00 2001 From: Markus Fleschutz <markus@fleschutz.de> Date: Thu, 28 Oct 2021 09:10:05 +0200 Subject: [PATCH] Update FAQ.md --- Docs/FAQ.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Docs/FAQ.md b/Docs/FAQ.md index 79dc93e6..1e06dcc3 100644 --- a/Docs/FAQ.md +++ b/Docs/FAQ.md @@ -64,11 +64,11 @@ How to execute PowerShell scripts by voice? ------------------------------------------- 1. Download and install Serenade from https://serenade.ai/. 2. Download this PowerShell script collection and set the search path to it. -3. Execute once "./export-to-serenade.ps1 Computer" - this creates the custom JavaScript file $HOME/.serenade/scripts/PowerShell.js with wakeword 'Computer'. +3. Execute once `./export-to-serenade.ps1 Computer` (this creates the custom JavaScript file $HOME/.serenade/scripts/PowerShell.js with wakeword 'Computer'). 4. Start Serenade and click the Pause button to enable Listening mode. 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'. -7. Say: "Computer, close calculator" - this stops the calculator appl using PowerShell script 'close-calculator.ps1'. +6. Say: `Computer, open calculator` (this launches the calculator app using PowerShell script: open-calculator.ps1). +7. Say: `Computer, close calculator` (this stops the calculator app using PowerShell script: close-calculator.ps1). Which editor to use for PowerShell scripts?