Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ianchanning authored Apr 14, 2024
1 parent 0f3618f commit 8820945
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,16 +22,17 @@ Bluetooth Low Energy (BLE) library written with pure Node.js (no bindings) - bak
- [GattCharacteristic](https://github.com/chrvadala/node-ble/blob/main/docs/api.md#GattCharacteristic)

# Pre-requisites
This library works on many architectures supported by Linux. However Windows and Mac OS are currently *not* supported.
This library works on many architectures supported by Linux. However Windows and Mac OS are [*not* supported](https://github.com/chrvadala/node-ble/issues/31).

It leverages the `bluez` driver, a component supported by the following platforms and distributions <https://www.bluez.org/about>.

*node-ble* has been tested on the following architectures:
- Raspbian
- Ubuntu
- Debian

```sh
sudo apt install bluetooth bluez libbluetooth-dev libudev-dev
sudo apt install dbus bluetooth bluez libbluetooth-dev libudev-dev
```

# Install
Expand Down

0 comments on commit 8820945

Please sign in to comment.