Skip to content

Commit a7f7ded

Browse files
committed
Update README to reflect changes in installation process, and removing the binary installation option
1 parent 284289d commit a7f7ded

File tree

1 file changed

+7
-12
lines changed

1 file changed

+7
-12
lines changed

README.md

Lines changed: 7 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -14,25 +14,20 @@ Run any command by simply gesturing on your touchpad!
1414

1515
This 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

1919
1. Clone the repository
2020
2. Check out the latest version (`git checkout v0.0.1`)
2121
3. Run `git submodule update --init` in the root folder
2222
4. Run `mkdir build && cd build`
2323
5. Run `cmake ..`
2424
6. 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]

0 commit comments

Comments
 (0)