Skip to content

Commit e521379

Browse files
committed
Fix README steps to build binary on Linux
1 parent e0912c8 commit e521379

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,9 @@ Development on this version has stalled as I'm not interested in supporting a mu
3333

3434
1. sudo apt install build-essential qtcreator qt5-default libopenal-dev
3535
2. git clone https://gitlab.com/CalcProgrammer1/KeyboardVisualizer
36-
3. git submodule update --init --recursive
37-
4. cd KeyboardVisualizer
38-
5. qmake OpenRGB.pro
36+
3. cd KeyboardVisualizer
37+
4. git submodule update --init --recursive
38+
5. qmake KeyboardVisualizer.pro
3939
6. make -j8
4040

4141
* Run the application with ./KeyboardVisualizer

0 commit comments

Comments
 (0)