We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d1453b2 commit dbcad4eCopy full SHA for dbcad4e
README.md
@@ -33,7 +33,7 @@ If you're using [noble](https://github.com/sandeepmistry/noble) *and* bleno at t
33
#### Ubuntu/Debian/Raspbian
34
35
```sh
36
-sudo apt-get install bluetooth bluez libbluetooth-dev libudev-dev
+sudo apt-get install bluetooth bluez libbluetooth-dev libudev-dev libusb-1.0-0-dev
37
```
38
39
Make sure ```node``` is on your path, if it's not, some options:
@@ -80,7 +80,7 @@ Make sure you have read and write permissions on the ```/dev/usb/*``` device tha
80
## Install
81
82
83
-npm install bleno
+npm install bleno@npm:@abandonware/bleno
84
85
86
## Usage
0 commit comments