Merge pull request #110 from Azure/fix/prerequisites-export-variables-script

Fix typo in prerequisites documentation
This commit is contained in:
Pierre Malarme 2023-08-25 11:14:20 +02:00 коммит произвёл GitHub
Родитель d3782b2bf0 8bf3dc4e8b
Коммит 3a9d645bcd
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 4 добавлений и 4 удалений

Просмотреть файл

@ -56,8 +56,8 @@ Make sure you have the following prerequisites installed on your machine:
There are 2 scripts in `/scripts` folder to store the shell and environment variables in a file:
- `export-variable.sh` for Linux/Unix shell
- `export-variable.ps1` for Powershell
- `export-variables.sh` for Linux/Unix shell
- `export-variables.ps1` for Powershell
### Linux/Unix shell
@ -70,7 +70,7 @@ There are 2 scripts in `/scripts` folder to store the shell and environment vari
1. Execute the following command:
```bash
source ./scripts/export-variable.sh
source ./scripts/export-variables.sh
```
This command will store the shell variables in a file named `set-vars.sh`.
@ -94,7 +94,7 @@ source ./set-vars.sh
1. Execute the following command:
```powershell
.\scripts\export-variable.ps1
.\scripts\export-variables.ps1
```
This command will store the environment variables in a file named `set-vars.ps1`.