From 5c7ee43bd70ee09a7170ddd55b9fdbdef69e9080 Mon Sep 17 00:00:00 2001 From: Jon Date: Mon, 18 Nov 2019 18:10:21 -0500 Subject: [PATCH] fixed 'apt-install' to 'apt install' i want my first commit --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 81f58b8..70aaadb 100644 --- a/README.md +++ b/README.md @@ -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