From e8b8a570e7b996ef3afe7abac9278e90291cd5dc Mon Sep 17 00:00:00 2001 From: Romain Vimont Date: Thu, 8 Mar 2018 14:52:23 +0100 Subject: [PATCH] Document ./run script usage Indicate how to run the app from the build directory in README. It's convenient during development. --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index a8cab0c0..8452f302 100644 --- a/README.md +++ b/README.md @@ -179,6 +179,12 @@ If several devices are listed in `adb devices`, you must specify the _serial_: scrcpy -s 0123456789abcdef +To run without installing: + + ./run x [options] + +(where `x` is your build directory). + ## Shortcuts