Skip to content

Commit

Permalink
Fix environment variable configuration in FAQ
Browse files Browse the repository at this point in the history
In bash, the variable is set using "export".
  • Loading branch information
rom1v authored and issess committed Sep 6, 2022
1 parent 0a0a446 commit c287da6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion FAQ.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

Expand Down

0 comments on commit c287da6

Please sign in to comment.