aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorMartin Wimpress <code@flexion.org>2019-06-06 13:21:35 +0100
committerMartin Wimpress <code@flexion.org>2019-06-06 13:27:41 +0100
commitf8d67242cf6ffdc15d8c43a095928747db929065 (patch)
tree30c1804dbb4e82f4fe6d87c379eb43c90729f74f /README.md
parentflake8 tiny complaints (diff)
downloadmagnus-f8d67242cf6ffdc15d8c43a095928747db929065.tar.gz
magnus-f8d67242cf6ffdc15d8c43a095928747db929065.tar.bz2
magnus-f8d67242cf6ffdc15d8c43a095928747db929065.zip
Add gir1.2-keybinder-3.0 to the instructions.
Diffstat (limited to 'README.md')
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index df50a88..44a703d 100644
--- a/README.md
+++ b/README.md
@@ -29,6 +29,7 @@ You'll need the following dependencies:
* `gir1.2-gdkpixbuf-2.0`
* `gir1.2-glib-2.0`
* `gir1.2-gtk-3.0`
+ * `gir1.2-keybinder-3.0`
* `python3`
* `python3-gi`
* `python3-setproctitle`
bgstack15