From 9bed8cf3f44b551cbb9337b67581ee4f6fb5a23a Mon Sep 17 00:00:00 2001 From: Romain Vimont Date: Fri, 28 May 2021 10:05:34 +0200 Subject: [PATCH] Fix syntax highlighting in README --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e0d40984..ae0c6b03 100644 --- a/README.md +++ b/README.md @@ -748,7 +748,9 @@ handled by the active application. To use a specific _adb_ binary, configure its path in the environment variable `ADB`: - ADB=/path/to/adb scrcpy +```bash +ADB=/path/to/adb scrcpy +``` To override the path of the `scrcpy-server` file, configure its path in `SCRCPY_SERVER_PATH`.