fixed 'apt-install' to 'apt install'

i want my first commit
pull/139/head
Jon 2019-11-18 18:10:21 -05:00 committed by Olivier Martin
parent c6a3325222
commit 5c7ee43bd7
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ Build GattLib
* Gattlib requires the following packages: `libbluetooth-dev`, `libreadline-dev`.
On Debian based system (such as Ubuntu), you can installed these packages with the
following command: `sudo apt-install libbluetooth-dev libreadline-dev`
following command: `sudo apt install libbluetooth-dev libreadline-dev`
```
cd <gattlib-src-root>