Skip to content

Commit d03759c

Browse files
committed
cleaner
1 parent f8d0ee8 commit d03759c

File tree

1 file changed

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

1 file changed

+6
-6
lines changed

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -28,15 +28,15 @@ In the command prompt, change directory to this location, and then type `spx` to
2828
Follow these steps to install the SPX tool on Linux on an x64 CPU:
2929

3030
1. Install [.NET Core 3.0](https://dotnet.microsoft.com/download/dotnet-core/3.0).
31-
2. Download the SPX tool [zip archive](https://aka.ms/speech/spx-zips.zip), then extract it to a new `~/spx` directory.
32-
3. Go to the root directory `spx-zips` that you extracted from the download, and extract `spx-netcore-30-linux-x64`.
33-
4. In a terminal, change directory to the location with the spx binary file, and type these commands:
34-
1. `sudo chmod +r+x spx`
35-
2. `PATH=~/spx:$PATH`
31+
2. Download the SPX tool [zip archive](https://aka.ms/speech/spx-zips.zip), then extract it.
32+
3. Go to the root directory `spx-zips` that you extracted from the download, and extract `spx-netcore-30-linux-x64` to a new `~/spx` directory.
33+
4. In a terminal, type these commands:
34+
1. `cd ~/spx`
35+
2. `sudo chmod +r+x spx`
36+
3. `PATH=~/spx:$PATH`
3637

3738
Type `spx` to see help for the SPX tool.
3839

39-
4040
***
4141

4242
## Create subscription config

0 commit comments

Comments
 (0)