mirror of
https://github.com/htrefil/rkvm.git
synced 2024-11-16 07:47:24 +01:00
Add master branch warning
This commit is contained in:
parent
fed31254d6
commit
032ad6fe22
1 changed files with 2 additions and 2 deletions
|
@ -12,13 +12,13 @@ Switching between different clients is done by a configurable keyboard shortcut.
|
|||
- Low overhead
|
||||
|
||||
## Requirements
|
||||
- Rust 1.48 and higher
|
||||
- The uinput Linux kernel module, enabled by default in most distros. You can confirm that it's enabled in your distro by checking that `/dev/uinput` exists.
|
||||
- libevdev development files (`sudo apt install libevdev-dev` on Debian/Ubuntu)
|
||||
- Clang/LLVM (`sudo apt install clang` on Debian/Ubuntu)
|
||||
|
||||
## Manual installation
|
||||
If you can, it is strongly recommended to use the [AUR package](https://aur.archlinux.org/packages/rkvm) to install rkvm.
|
||||
If you can, it is strongly recommended to use the [AUR package](https://aur.archlinux.org/packages/rkvm) to install rkvm.
|
||||
Note that the master branch can contain untested and breaking changes - for regular use, it is recommended to pick the latest [release](https://github.com/htrefil/rkvm/releases) instead.
|
||||
|
||||
```
|
||||
$ cargo build --release
|
||||
|
|
Loading…
Reference in a new issue