Fix environment variable configuration in FAQ

In bash, the variable is set using "export".
This commit is contained in:
Romain Vimont 2022-06-17 08:36:58 +02:00
parent faf4535487
commit a83c3e30f3

2
FAQ.md
View file

@ -103,7 +103,7 @@ You could overwrite the `adb` binary in the other program, or ask _scrcpy_ to
use a specific `adb` binary, by setting the `ADB` environment variable:
```bash
set ADB=/path/to/your/adb
export ADB=/path/to/your/adb
scrcpy
```