From cdce79bd07fcde1d765d7c0775b8fd730142add7 Mon Sep 17 00:00:00 2001 From: Juri Berlanda Date: Fri, 10 Apr 2020 12:26:57 +0000 Subject: [PATCH] [README] Fix typo on apt install. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index aaa2cec3..cc00c92a 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ See the [Project Wiki](https://gitlab.com/CalcProgrammer1/OpenRGB/-/wikis/home) #### Linux: 1. Either open the project using QT Creator or build it using qmake. You will need the libusb-1.0-0 (or equivalent) development package from your distribution's package manager installed. - * sudo apt install build-esential qtcreator qt5-default libusb-1.0-0-dev + * sudo apt install build-essential qtcreator qt5-default libusb-1.0-0-dev * git clone https://gitlab.com/CalcProgrammer1/OpenRGB