docs: 更新文档

This commit is contained in:
foxhui
2026-01-25 04:09:24 +08:00
Unverified
parent c7bb7d5b13
commit 0a9d54dc05
6 changed files with 14 additions and 14 deletions
+3 -3
View File
@@ -14,19 +14,19 @@ Essential dependencies for Linux command-line mode that allow you to run graphic
```bash
sudo apt-get update
sudo apt-get install xvfb x11vnc
sudo apt-get install xvfb x11vnc libgtk-3-0 libx11-xcb1 libasound2
```
### CentOS/RHEL
```bash
sudo yum install xorg-x11-server-Xvfb x11vnc
sudo yum install xorg-x11-server-Xvfb x11vnc gtk3 libX11-xcb alsa-lib
```
### Arch Linux
```bash
sudo pacman -S xorg-server-xvfb x11vnc
sudo pacman -S xorg-server-xvfb x11vnc gtk3 libx11 libxcb cairo alsa-lib
```
## 2. Run the Program