Skip to content

Commit

Permalink
Fix output directory
Browse files Browse the repository at this point in the history
Thanks to @josefvin
  • Loading branch information
fossdd committed Feb 10, 2021
1 parent 3bef176 commit c2ff495
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BUILD-LINUX.md
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ cmake --build . --config Release

Finally, you can run your newly compiled `Sonic Pi` app within the `build`
directly either by double clicking it in your file manager or via the terminal
(from within the `build` directory):
(from within the `build/gui/qt/sonic-pi` directory):

```
./sonic-pi
Expand Down

0 comments on commit c2ff495

Please sign in to comment.