Document the step to clone the project

This is not obvious to everyone, especially non-developers.
master
Romain Vimont 8 years ago
parent c65cb36d3b
commit 2573df9727

@ -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

Loading…
Cancel
Save