From d0d83b048d1dbb37acddb18624070a22edb33907 Mon Sep 17 00:00:00 2001 From: a-kenji Date: Sun, 2 May 2021 16:14:27 +0200 Subject: [PATCH] docs(contributing): Update Dependencies --- CONTRIBUTING.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 6e3833f9..96659dce 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -16,6 +16,8 @@ all contributors are expected to adhere to. ## Building To build Zellij, we're using cargo-make – you can install it by running `cargo install --force cargo-make`. +Zellij has a hard dependency on a package from `x11` most likely called `libX11`, or similarly on your system. + Here are some of the commands currently supported by the build system: ```sh