Update setupvars.sh path

Dmitry Kurtaev 2023-07-11 09:56:03 +03:00
parent 6e74abcde3
commit 1be175666b

@ -3,7 +3,7 @@
* Get `openvino` from https://docs.openvinotoolkit.org/
* Configure enviroment:
```bash
source path-to-unpacked-openvino/bin/setupvars.sh
source path-to-unpacked-openvino/setupvars.sh
```
* Build G-API with OpenVINO support:
```bash