diff --git a/README.md b/README.md index 2ed93a1c..46a930ef 100644 --- a/README.md +++ b/README.md @@ -208,6 +208,22 @@ scrcpy -t Note that it only shows _physical_ touches (with the finger on the device). +### Install APK + +To install an APK, drag & drop an APK file (ending with `.apk`) to the _scrcpy_ +window. + +There is no visual feedback, a log is printed to the console. + + +### Push file to device + +To push a file to `/sdcard/` on the device, drag & drop a (non-APK) file to the +_scrcpy_ window. + +There is no visual feedback, a log is printed to the console. + + ### Forward audio Audio is not forwarded by _scrcpy_. @@ -238,8 +254,6 @@ you are interested, see [issue 14]. | turn screen on | _Right-click²_ | | paste computer clipboard to device | `Ctrl`+`v` | | enable/disable FPS counter (on stdout) | `Ctrl`+`i` | - | install APK from computer | drag & drop APK file | - | push file to `/sdcard/` | drag & drop non-APK file | _¹Double-click on black borders to remove them._ _²Right-click turns the screen on if it was off, presses BACK otherwise._