Merge 'origin/master' into 'microoptimizations'

This commit is contained in:
Rico Tiongson 2019-02-07 17:51:30 +08:00
commit 7276975c8e
2 changed files with 3 additions and 3 deletions

View File

@ -5,10 +5,10 @@ Comfortable, seamless, and fast 3-finger (and 4-finger) touchpad swipe gestures
## Installation ## Installation
1. Install libinput and g++ 1. Install git, libinput, and g++
```bash ```bash
sudo apt-get install libinput-tools libxdo-dev g++ sudo apt-get install git libinput-tools libxdo-dev g++
``` ```
2. Clone this repository 2. Clone this repository