linux-emote-volume-control/README.md
2025-04-20 12:23:44 +08:00

21 lines
278 B
Markdown

For lazy man
1. Install Package
```shell
sudo apt install playerctl
sudo apt install pulseaudio-utils
```
2. Build Project
```shell
go build
```
3. Run Project
```shell
./remote-volume-control -addr 0.0.0.0:8080 -user 你设置的用户名 -pass 你设置的强密码
```