Update FAQ.md

This commit is contained in:
Markus Fleschutz 2021-10-10 10:53:42 +02:00 committed by GitHub
parent 22f3ff24d0
commit 29aedc8471
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -60,6 +60,14 @@ 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?
--------------------------------------
1. Download and install Serenade from https://serenade.ai/.
2. Execute "./export-scripts2serenade.ps1" - this creates a custom JavaScript file in $HOME/.serenade/scripts/
3. Start Serenade and click the Pause button.
4. Say "list folder" - this starts list-folder.ps1 in the terminal
Which editor to use for PowerShell scripts?
-------------------------------------------
* *PowerShell ISE* (Integrated Scripting Environment) - Official PowerShell development environment included with Microsoft Windows.