From ddf978a61ee475130473225e1dac1759530c53ea Mon Sep 17 00:00:00 2001 From: Sandeep Mistry Date: Tue, 8 Sep 2015 20:10:16 -0400 Subject: [PATCH] Update README.md add ```libudev-dev``` dependency as suggested by @don --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2745cf12..2da1503c 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ __Note:__ Mac OS X, Linux, and Windows are currently the only supported OSes. #### Ubuntu/Debian/Raspbian ```sh -sudo apt-get install bluetooth bluez-utils libbluetooth-dev +sudo apt-get install bluetooth bluez-utils libbluetooth-dev libudev-dev ``` #### Fedora / Other-RPM based