File tree Expand file tree Collapse file tree 1 file changed +16
-2
lines changed Expand file tree Collapse file tree 1 file changed +16
-2
lines changed Original file line number Diff line number Diff line change @@ -187,9 +187,23 @@ qmk_hid via --rgb-effect 38
187
187
188
188
## Building from source
189
189
190
- Pre-requisites: Rust, libudev
190
+ Pre-requisites:
191
+
192
+ - [Rust](https://rustup.rs/)
193
+ - libudev (`libudev-dev` on Ubuntu, `systemd-devel` on Fedora)
191
194
192
195
```sh
196
+ # Directly run
197
+ cargo run
198
+
199
+ # Build and run executable (on Linux)
193
200
cargo build
194
- ls -l target/debug/qmk_hid
201
+ ./ target/debug/qmk_hid
195
202
```
203
+
204
+ ## Running on Linux
205
+
206
+ To avoid needing root privileges to access the keyboard please follow the
207
+ official [QMK guide](https://docs.qmk.fm/#/faq_build?id=linux-udev-rules) for
208
+ how to install udev rules. After doing that, you' ll be able to interact with
209
+ the keyboards as a regular user.
You can’t perform that action at this time.
0 commit comments