From 685e60387e8dd9c97aa3b5356ea50892288427fd Mon Sep 17 00:00:00 2001 From: ice_iix Date: Fri, 9 Oct 2020 19:32:52 -0700 Subject: [PATCH] Update build instructions for Debian/Ubuntu, adding package to match GitHub Actions configuration (updates #402) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 22f812b..4bbc2bb 100644 --- a/README.md +++ b/README.md @@ -67,7 +67,7 @@ Requires Rust stable version 1.44.1 or newer. **Debian/Ubuntu** ```bash -sudo apt-get install libxcb1-dev libxcb-render0-dev libxcb-shape0-dev libxcb-xfixes0-dev +sudo apt-get install libxcb1-dev libxcb-render0-dev libxcb-shape0-dev libxcb-xfixes0-dev libxcb-composite0-dev ``` **Alpine Linux**