Document ./run script usage
Indicate how to run the app from the build directory in README. It's convenient during development.
This commit is contained in:
parent
0e9a76c0c4
commit
e8b8a570e7
1 changed files with 6 additions and 0 deletions
|
@ -179,6 +179,12 @@ If several devices are listed in `adb devices`, you must specify the _serial_:
|
||||||
|
|
||||||
scrcpy -s 0123456789abcdef
|
scrcpy -s 0123456789abcdef
|
||||||
|
|
||||||
|
To run without installing:
|
||||||
|
|
||||||
|
./run x [options]
|
||||||
|
|
||||||
|
(where `x` is your build directory).
|
||||||
|
|
||||||
|
|
||||||
## Shortcuts
|
## Shortcuts
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue