Document the step to clone the project

This is not obvious to everyone, especially non-developers.
This commit is contained in:
Romain Vimont 2018-03-18 12:09:26 +01:00
parent c65cb36d3b
commit 2573df9727

View file

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