File tree Expand file tree Collapse file tree 1 file changed +7
-12
lines changed
Expand file tree Collapse file tree 1 file changed +7
-12
lines changed Original file line number Diff line number Diff line change @@ -14,25 +14,20 @@ Run any command by simply gesturing on your touchpad!
1414
1515This piece of software directly interfaces with libinput to parse the events, this is both more stable and faster.
1616
17- ### How to build from source
17+ ### How to build and install
1818
19191 . Clone the repository
20202 . Check out the latest version (` git checkout v0.0.1 ` )
21213 . Run ` git submodule update --init ` in the root folder
22224 . Run ` mkdir build && cd build `
23235 . Run ` cmake .. `
24246 . Run ` make -j$(nproc) `
25- 7 . Follow install instructions below from Step 2
26-
27- ### How to install
28-
29- 1 . Grab the [ latest release!] ( https://github.com/Coffee2CodeNL/gebaar-libinput/releases/latest )
30- 2 . Move gebaard to ` /usr/bin ` or ` ~/bin `
31- 3 . Run ` mkdir -p ~/.config/gebaar `
32- 4 . Run ` nano ~/.config/gebaar/gebaard.toml ` (or vim, if you like it better)
33- 5 . Add the snippet below to ` gebaard.toml `
34- 6 . Configure commands to run per direction
35- 7 . Run Gebaar in some startup file via ` gebaard -b `
25+ 7 . Run ` sudo make install ` to install
26+ 8 . Run ` mkdir -p ~/.config/gebaar `
27+ 9 . Run ` nano ~/.config/gebaar/gebaard.toml ` (or vim, if you like it better)
28+ 10 . Add the snippet below to ` gebaard.toml `
29+ 11 . Configure commands to run per direction
30+ 12 . Run Gebaar in some startup file via ` gebaard -b `
3631
3732``` toml
3833[commands .swipe .three ]
You can’t perform that action at this time.
0 commit comments