Skip to content

Commit 0a9d54d

Browse files
committed
docs: 更新文档
1 parent c7bb7d5 commit 0a9d54d

File tree

6 files changed

+14
-14
lines changed

6 files changed

+14
-14
lines changed

docs/admin/linux.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,19 +10,19 @@ Linux 命令行模式下必要的依赖,他们可以让你在没有图形桌
1010

1111
```bash
1212
sudo apt-get update
13-
sudo apt-get install xvfb x11vnc
13+
sudo apt-get install xvfb x11vnc libgtk-3-0 libx11-xcb1 libasound2
1414
```
1515

1616
### CentOS/RHEL
1717

1818
```bash
19-
sudo yum install xorg-x11-server-Xvfb x11vnc
19+
sudo yum install xorg-x11-server-Xvfb x11vnc gtk3 libX11-xcb alsa-lib
2020
```
2121

2222
### Arch Linux
2323

2424
```bash
25-
sudo pacman -S xorg-server-xvfb x11vnc
25+
sudo pacman -S xorg-server-xvfb x11vnc gtk3 libx11 libxcb cairo alsa-lib
2626
```
2727

2828
## 2.运行程序

docs/config/overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ logLevel: info
1515
# 服务器配置
1616
server:
1717
port: 3000
18-
auth: sk-your-key
18+
auth: sk-change-me-to-your-secure-key
1919
keepalive:
2020
mode: "comment"
2121

docs/en/admin/linux.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,19 +14,19 @@ Essential dependencies for Linux command-line mode that allow you to run graphic
1414

1515
```bash
1616
sudo apt-get update
17-
sudo apt-get install xvfb x11vnc
17+
sudo apt-get install xvfb x11vnc libgtk-3-0 libx11-xcb1 libasound2
1818
```
1919

2020
### CentOS/RHEL
2121

2222
```bash
23-
sudo yum install xorg-x11-server-Xvfb x11vnc
23+
sudo yum install xorg-x11-server-Xvfb x11vnc gtk3 libX11-xcb alsa-lib
2424
```
2525

2626
### Arch Linux
2727

2828
```bash
29-
sudo pacman -S xorg-server-xvfb x11vnc
29+
sudo pacman -S xorg-server-xvfb x11vnc gtk3 libx11 libxcb cairo alsa-lib
3030
```
3131

3232
## 2. Run the Program

docs/en/config/overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ logLevel: info
1919
# Server Configuration
2020
server:
2121
port: 3000
22-
auth: sk-your-key
22+
auth: sk-change-me-to-your-secure-key
2323
keepalive:
2424
mode: "comment"
2525

docs/en/guide/requirements.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -73,13 +73,13 @@ When running in non-headless mode on Linux, you may need to install additional p
7373

7474
```bash
7575
# Ubuntu/Debian
76-
sudo apt-get install xvfb x11vnc
76+
sudo apt-get install xvfb x11vnc libgtk-3-0 libx11-xcb1 libasound2
7777

7878
# CentOS/RHEL
79-
sudo yum install xorg-x11-server-Xvfb x11vnc
79+
sudo yum install xorg-x11-server-Xvfb x11vnc gtk3 libX11-xcb alsa-lib
8080

8181
# Arch Linux
82-
sudo pacman -S xorg-server-xvfb x11vnc
82+
sudo pacman -S xorg-server-xvfb x11vnc gtk3 libx11 libxcb cairo alsa-lib
8383
```
8484

8585
## Next Steps

docs/guide/requirements.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -69,13 +69,13 @@ docker compose version
6969

7070
```bash
7171
# Ubuntu/Debian
72-
sudo apt-get install xvfb x11vnc
72+
sudo apt-get install xvfb x11vnc libgtk-3-0 libx11-xcb1 libasound2
7373

7474
# CentOS/RHEL
75-
sudo yum install xorg-x11-server-Xvfb x11vnc
75+
sudo yum install xorg-x11-server-Xvfb x11vnc gtk3 libX11-xcb alsa-lib
7676

7777
# Arch Linux
78-
sudo pacman -S xorg-server-xvfb x11vnc
78+
sudo pacman -S xorg-server-xvfb x11vnc gtk3 libx11 libxcb cairo alsa-lib
7979
```
8080

8181
## 下一步

0 commit comments

Comments
 (0)