21 lines
283 B
Markdown
21 lines
283 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
|
|
./linux-emote-volume-control -addr 0.0.0.0:8080 -user 你设置的用户名 -pass 你设置的强密码
|
|
```
|