From 7e1f132ac74d5179b8dae0800c3d68ebe9b12683 Mon Sep 17 00:00:00 2001 From: Srevin Saju Date: Thu, 27 Aug 2020 09:02:59 +0300 Subject: [PATCH] Update README.md --- README.md | 30 +++++++++++++++++++++++++++++- 1 file changed, 29 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b80ca9d..0775014 100644 --- a/README.md +++ b/README.md @@ -1 +1,29 @@ -# scrcpy-appimage +

+ scrcpy + Scrcpy AppImage +

+ +An unofficial AppImage for the open source android screen mirroring software +[scrcpy](https://github.com/Genymobile/scrcpy) + +Continuous Integration to create preconfigured AppImages of scrcpy. + +## Getting Started +* Go to [Releases](https://github.com/srevinsaju/scrcpy-appimage/releases) +* Download the latest the scrcpy-x.x.x.AppImage. + +### Executing +#### File Manager +Just double click the `*.AppImage` file and you are done! + +> In normal cases, the above method should work, but in some rare cases +the `+x` permissisions. So, right click > Properties > Allow Execution + +#### Terminal +```bash +./scrcpy-*.AppImage +``` +```bash +chmod +x Element-*.AppImage +./Element-*.AppImage +```