Add g++ to README (#38)

This commit is contained in:
Rico Tiongson 2019-02-07 02:15:57 +08:00 committed by GitHub
parent 8d4756f7d2
commit 4795a68600
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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