Update README.md
This commit is contained in:
parent
d350f28ddb
commit
7e1f132ac7
1 changed files with 29 additions and 1 deletions
30
README.md
30
README.md
|
@ -1 +1,29 @@
|
|||
# scrcpy-appimage
|
||||
<h1 align="center">
|
||||
<img src="scrcpy.png" alt="scrcpy" height=200 width=200 align="middle">
|
||||
Scrcpy AppImage
|
||||
</h1>
|
||||
|
||||
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
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue