From 30d70035fb1e37495d841c87cc65c1b0bb980942 Mon Sep 17 00:00:00 2001 From: no Date: Mon, 21 Jun 2021 13:11:28 +0000 Subject: [PATCH] Update README - nproc instead of -j8 Commits squashed by Adam Honse --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bbcdd962..aa81a3b9 100644 --- a/README.md +++ b/README.md @@ -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