From e235ff311e6ef30d1086ae8a9987c516cef150c2 Mon Sep 17 00:00:00 2001
From: buffet <niclas@countingsort.com>
Date: Fri, 26 Oct 2018 22:34:35 +0200
Subject: [PATCH] Fixed dependencies in readme

---
 README.adoc | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/README.adoc b/README.adoc
index a1f5f1e..7e27112 100644
--- a/README.adoc
+++ b/README.adoc
@@ -31,12 +31,17 @@ Configuration languages suck and they add a lot of complexity to a program.
 
 This allows you to write your configuration in any language you want, while also removing the task of listening to keybinds for me, since you can use tools like https://github.com/baskerville/sxhkd[sxhkd] to do that.
 
+Dependencies
+------------
+
+At the moment kiwmi only requires libxcb. It also requires pkg-config for the build process.
+
 Building
 --------
 
 Configuration can be done mostly in link:config.mk[config.mk].
 
-. Be sure to have the dependencies installed (libxcb).
+. Be sure to have the dependencies installed.
 . `make`
 . `sudo make install`