add bluetooth
parent
0e1df9d07e
commit
05bca429ce
|
@ -0,0 +1,13 @@
|
|||
# Bluetooth
|
||||
|
||||
Assume you use Archlinux.
|
||||
|
||||
Read [Bluetooth](https://wiki.archlinux.org/index.php/Bluetooth).
|
||||
|
||||
After install `bluez`, `bluez-utils`, `blueman`, start/enable service:
|
||||
|
||||
```sh
|
||||
systemctl start bluetooth.service
|
||||
|
||||
systemctl enable bluetooth.service
|
||||
```
|
Loading…
Reference in New Issue