diff --git a/README.md b/README.md index ab35c0b8..4fa8f246 100644 --- a/README.md +++ b/README.md @@ -168,6 +168,9 @@ sudo dnf install systemd-devel hidapi-devel # FreeBSD sudo pkg install rust hidapi pkgconf + +# Ubuntu +sudo apt install cargo libhidapi-dev libsystemd-dev libudev-dev libusb-1.0-0-dev pkg-config rustc ``` ```sh