Skip to content

Commit 55cefd9

Browse files
committed
update workflow and readme
1 parent 71a2e16 commit 55cefd9

File tree

2 files changed

+18
-2
lines changed

2 files changed

+18
-2
lines changed

.github/workflows/publish.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
name: Publish package
22

33
on:
4-
push
4+
push:
5+
paths:
6+
- build.sh
7+
- .github/workflows/publish.yml
58

69
jobs:
710
build-nodejs-deb:

README.md

+14-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,17 @@
22

33
[![All Downloads](https://img.shields.io/github/downloads/jakbin/scrcpy-deb/total.svg)](https://github.com/jakbin/scrcpy-deb)
44

5-
deb files scrcpy tool
5+
deb file for scrcpy tool
6+
7+
## How to install
8+
9+
Download deb file from `Releases` section. Then run command :-
10+
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

Comments
 (0)