Skip to content

Commit a22e0c4

Browse files
authored
Enhance the Linux environment variables section
Enhance the Linux environment variables section by providing succinct instructions to guide readers.
1 parent fb59694 commit a22e0c4

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

articles/ai-services/speech-service/includes/common/environment-variables.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,10 @@ After you add the environment variables, you might need to restart any programs
3030

3131
#### [Linux](#tab/linux)
3232

33+
##### Bash
34+
35+
Edit your *.bashrc* file, and add the environment variables:
36+
3337
```bash
3438
export SPEECH_KEY=your-key
3539
export SPEECH_REGION=your-region

0 commit comments

Comments
 (0)