We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 71a2e16 commit 55cefd9Copy full SHA for 55cefd9
.github/workflows/publish.yml
@@ -1,7 +1,10 @@
1
name: Publish package
2
3
on:
4
- push
+ push:
5
+ paths:
6
+ - build.sh
7
+ - .github/workflows/publish.yml
8
9
jobs:
10
build-nodejs-deb:
README.md
@@ -2,4 +2,17 @@
[](https://github.com/jakbin/scrcpy-deb)
-deb files scrcpy tool
+deb file for scrcpy tool
+
+## How to install
+Download deb file from `Releases` section. Then run command :-
11
+```sh
12
+sudo dpkg -i scrcpy.deb
13
+```
14
15
+### Note :-
16
17
+Version `2.7` is for Ubuntu.
18
+Version `latest` is for Debian based os like :- Kali Linux.
0 commit comments