Skip to content

Commit fc6ab89

Browse files
Fix binary path in CMake build instructions (#115)
1 parent db689f0 commit fc6ab89

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/building/Building using CMake.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Once this is complete, you will find the build present in `/output` folder of yo
3232

3333
.. code:: bash
3434
35-
$ ./output/bin/synfigstudio
35+
$ ./output/Debug/bin/synfigstudio
3636
3737
You can also specify a target if you want to build that specific target.
3838

0 commit comments

Comments
 (0)