Skip to content

Commit f8d0ee8

Browse files
committed
go ahead and ~/spx
1 parent 8be1450 commit f8d0ee8

File tree

1 file changed

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

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,11 @@ 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.
31+
2. Download the SPX tool [zip archive](https://aka.ms/speech/spx-zips.zip), then extract it to a new `~/spx` directory.
3232
3. Go to the root directory `spx-zips` that you extracted from the download, and extract `spx-netcore-30-linux-x64`.
3333
4. In a terminal, change directory to the location with the spx binary file, and type these commands:
3434
1. `sudo chmod +r+x spx`
35-
2. `PATH=.:$PATH`
35+
2. `PATH=~/spx:$PATH`
3636

3737
Type `spx` to see help for the SPX tool.
3838

0 commit comments

Comments
 (0)