From 328ae08ee1e732e1346275765d18572673541ca5 Mon Sep 17 00:00:00 2001 From: Rico Tiongson Date: Thu, 7 Feb 2019 17:39:32 +0800 Subject: [PATCH] Add `git` to install instructions in README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b4bfa32..fc211a4 100644 --- a/README.md +++ b/README.md @@ -5,10 +5,10 @@ Comfortable, seamless, and fast 3-finger (and 4-finger) touchpad swipe gestures ## Installation -1. Install libinput and g++ +1. Install git, libinput, and g++ ```bash - sudo apt-get install libinput-tools libxdo-dev g++ + sudo apt-get install git libinput-tools libxdo-dev g++ ``` 2. Clone this repository