README.md: Add bluez-utils to required package list for Arch

To use btmgmt on Arch systems, need to install bluez-utils package.

Signed-off-by: Shin'ichiro Kawasaki <kawasaki@juno.dti.ne.jp>
This commit is contained in:
Shin'ichiro Kawasaki
2020-05-31 13:22:45 +09:00
parent 2c7a10f848
commit 3557a5d1d2

View File

@@ -55,7 +55,7 @@ Installation
Ubuntu
$ sudo apt install bluez libbluetooth-dev libnss3-tools
Arch
$ sudo pacman -S bluez nss
$ sudo pacman -S bluez bluez-utils nss
```
3. Install python modules.