Fix typo
This commit is contained in:
Max Golovanov 2019-10-23 15:31:39 -07:00 коммит произвёл GitHub
Родитель 66ae4885b8
Коммит f7edf3cef7
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -9,7 +9,7 @@ Setup the build tools environment first.
For Windows - cmd.exe command:
```call tools\setup-devenv.cmd```
For POSIX (Linxu and Mac) - shell command:
For POSIX (Linux and Mac) - shell command:
```source tools/setup-devenv.sh```
Command will add the tools from repo *tools* directory to PATH environment variable.