Skip to content

Commit 33b6595

Browse files
authored
docs: add xclip to required debian packages
xclip is required for the clipboard functionality to work.
1 parent 41adfd1 commit 33b6595

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ Before beginning check that you have the required build dependencies to use the
9090

9191
You need to install the **libxcb-devel** dependency, needed for clipboard coping in X11:
9292

93-
- Debian based: `sudo apt install libxcb1-dev libx11-dev libxcb-shape0-dev libxcb-xfixes0-dev libxkbcommon-dev`
93+
- Debian based: `sudo apt install libxcb1-dev libx11-dev libxcb-shape0-dev libxcb-xfixes0-dev libxkbcommon-dev xclip`
9494
- Fedora / RHEL based: `sudo dnf install libX11-devel`
9595
- Void Linux `sudo xbps-install -S libxcb-devel`
9696

0 commit comments

Comments
 (0)