From ed303aa22c3eceaca8b57981c26ddd8f82dddfae Mon Sep 17 00:00:00 2001 From: ardevd Date: Fri, 10 May 2024 21:40:20 +0200 Subject: [PATCH] refactor(README): Updated usage instructions --- README.md | 6 ------ 1 file changed, 6 deletions(-) diff --git a/README.md b/README.md index f5ceee7..ddb5e7c 100644 --- a/README.md +++ b/README.md @@ -23,14 +23,8 @@ Based on https://github.com/srevinsaju/scrcpy-appimage. #### 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 scrcpy-*.AppImage ./scrcpy-*.AppImage ```