Fix readme instructions

This commit is contained in:
staticdev 2021-01-10 20:01:15 +01:00
parent 667a24a63a
commit 2a2c0f010c

View file

@ -54,7 +54,7 @@ There have been two instances of hardware damage in OpenRGB's development and we
* Pre-built binaries in AppImage format are available under the Releases section on GitLab.
* You can build the project using Qt Creator or on the command line.
1. Install build dependencies
- Debian: sudo apt install build-essential qtcreator qt5-default libusb-1.0-0-dev libhidapi-dev pkgconf pkg-config
- Debian: sudo apt install build-essential qtcreator qt5-default libusb-1.0-0-dev libhidapi-dev pkgconf
- Fedora: sudo dnf install git make automake gcc gcc-c++ qt-creator qt5-devel hidapi-devel libusb-devel
2. git clone https://gitlab.com/CalcProgrammer1/OpenRGB
3. cd OpenRGB