Skip to content

Commit f055fad

Browse files
authored
don't recommend zip
1 parent 6b4845d commit f055fad

File tree

1 file changed

+2
-9
lines changed
  • articles/cognitive-services/Speech-Service/includes

1 file changed

+2
-9
lines changed

articles/cognitive-services/Speech-Service/includes/spx-setup.md

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ author: eric-urban
33
manager: nitinme
44
ms.service: cognitive-services
55
ms.topic: include
6-
ms.date: 04/28/2021
6+
ms.date: 11/12/2022
77
ms.author: eur
88
ms.custom: ignite-fall-2021
99
---
@@ -27,9 +27,6 @@ Follow these steps to install the Speech CLI on Windows:
2727

2828
Enter `spx` or `spx help` to see help for the Speech CLI.
2929

30-
> [!NOTE]
31-
> As an alternative, you can download and extract the Speech CLI for Windows as a [.zip file](https://aka.ms/speech/spx-windows).
32-
3330
### Font limitations
3431

3532
On Windows, the Speech CLI can show only fonts that are available to the command prompt on the local computer. [Windows Terminal](https://www.microsoft.com/p/windows-terminal/9n0dx20hk701) supports all fonts that the Speech CLI produces interactively.
@@ -67,10 +64,6 @@ Follow these steps to install the Speech CLI on Linux on an x64 CPU:
6764

6865
Enter `spx` to see help for the Speech CLI.
6966

70-
> [!NOTE]
71-
> As an alternative, you can download the Linux binaries as a [.zip file](https://aka.ms/speech/spx-linux). Extract `spx-net60-linux-x64.zip` to a new `~/spx` directory. Enter `sudo chmod +r+x spx` on the binary, and add the `~/spx` path to your `PATH` system variable (`export PATH="~/spx:$PATH"`).
72-
73-
7467
#### [macOS](#tab/macOS)
7568

7669
Follow these steps to install the Speech CLI on macOS 10.14 or later:
@@ -203,4 +196,4 @@ If you're running the Speech CLI from a Docker container on Linux or macOS, you
203196
> [!WARNING]
204197
> If you change the mounted directory that Docker is referencing, you need to update the function in `.bash_profile`.
205198
--->
206-
***
199+
***

0 commit comments

Comments
 (0)