Skip to content

Commit 2f95698

Browse files
authored
Update README.md
1 parent b6675c2 commit 2f95698

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ This repo adds recognition of voice commands to control the Windows® desktop. U
66
----------------
77
Required is Windows 10 or 11, a headset (or microphone and loudspeaker), and the free Serenade application.
88

9-
1. Download the free *Serenade* application from https://serenade.ai and install it (choose *no plugin* and *no programming language* during installation). Close *Serenade* when finished.
10-
2. Download the *talk2windows* ZIP file from [https://github.com/fleschutz/talk2windows/archive/master.zip]( https://github.com/fleschutz/talk2windows/archive/master.zip) and unzip it.
11-
3. Open *Windows PowerShell (Administrator)* and execute: `Set-ExecutionPolicy RemoteSigned` to allow execution of PowerShell scripts.
12-
4. Open *Windows PowerShell* and execute: `./export.ps1` in the unzipped *talk2windows* folder. This exports the voice commands with default wake word 'Windows' to Serenade.
9+
1. Download the free *Serenade* application from https://serenade.ai and install it (choose *no plugin* and *no programming language* during installation). Close the application when finished.
10+
2. Download the *talk2windows* .ZIP file from [https://github.com/fleschutz/talk2windows/archive/main.zip]( https://github.com/fleschutz/talk2windows/archive/main.zip) and unzip it.
11+
3. Open *Windows PowerShell (Administrator)* and execute: `Set-ExecutionPolicy RemoteSigned` to allow the execution of PowerShell scripts.
12+
4. Open *Windows PowerShell* and execute the script: `./export.ps1` in the unzipped *talk2windows* folder. This exports the voice commands with default wake word 'Windows' to Serenade.
1313

1414
Usage
1515
-----

0 commit comments

Comments
 (0)