Update README

This commit is contained in:
htrefil 2020-10-30 19:48:33 +01:00
parent 7a38eebd8a
commit 6db07f68fd

View file

@ -9,6 +9,11 @@ Switching between different clients is done by a configurable keyboard shortcut.
- Display server agnostic - Display server agnostic
- Low overhead - Low overhead
## Requirements
- The uinput Linux kernel module, enabled by default in most distros
- libevdev
- Rust 1.48 and higher
## Building ## Building
Run `cargo build --release`. Run `cargo build --release`.
Note that you need to have libevdev installed on your system, otherwise the build will fail. Note that you need to have libevdev installed on your system, otherwise the build will fail.