From 4795a6860015bc429b50412c4d8b0e8a78a819fd Mon Sep 17 00:00:00 2001 From: Rico Tiongson Date: Thu, 7 Feb 2019 02:15:57 +0800 Subject: [PATCH] Add g++ to README (#38) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8dbe302..b4bfa32 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-tools` and `libxdo-dev` +1. Install libinput and g++ ```bash - sudo apt-get install libinput-tools libxdo-dev + sudo apt-get install libinput-tools libxdo-dev g++ ``` 2. Clone this repository