mirror of
https://github.com/Genymobile/scrcpy.git
synced 2025-12-17 05:24:19 +01:00
Fix environment variable configuration in FAQ
In bash, the variable is set using "export".
This commit is contained in:
2
FAQ.md
2
FAQ.md
@@ -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:
|
use a specific `adb` binary, by setting the `ADB` environment variable:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
set ADB=/path/to/your/adb
|
export ADB=/path/to/your/adb
|
||||||
scrcpy
|
scrcpy
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user