diff --git a/README.md b/README.md index 8c18c57..92024d5 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 diff --git a/src/comfortable-swipe.cpp b/src/comfortable-swipe.cpp index 14ce492..18203a1 100644 --- a/src/comfortable-swipe.cpp +++ b/src/comfortable-swipe.cpp @@ -14,4 +14,4 @@ int main(int argc, char** args) { } else { service::help(); } -} \ No newline at end of file +}