From 2573df9727767f423ef0be33993e27490ac25315 Mon Sep 17 00:00:00 2001 From: Romain Vimont Date: Sun, 18 Mar 2018 12:09:26 +0100 Subject: [PATCH] Document the step to clone the project This is not obvious to everyone, especially non-developers. --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 2fba3093..5be9a8a7 100644 --- a/README.md +++ b/README.md @@ -145,7 +145,14 @@ its directory. For example: export ANDROID_HOME=~/android/sdk ``` -Then, build `scrcpy`: +Clone the project: + +```bash +git clone https://github.com/Genymobile/scrcpy +cd scrcpy +``` + +Then, build: ```bash meson x --buildtype release --strip -Db_lto=true