Update README - nproc instead of -j8

Commits squashed by Adam Honse <calcprogrammer1@gmail.com>
This commit is contained in:
no 2021-06-21 13:11:28 +00:00 committed by Adam Honse
parent b76265cf7d
commit 30d70035fb

View file

@ -65,7 +65,7 @@ There have been two instances of hardware damage in OpenRGB's development and we
3. cd OpenRGB
4. qmake OpenRGB.pro
- On Fedora, replace qmake with qmake-qt5
5. make -j8
5. make -j$(nproc)
* Run the application with ./openrgb
* You can also build a Debian package (.deb) from this source code with dpkg-buildpackage -us -B