The command line should only use ", not “ or ”

Anders Lindén
2019-05-25 17:37:50 +02:00
parent ec7b661472
commit 8dc1679772

@@ -241,7 +241,7 @@ In order to compile libopenshot-audio, launch a command prompt and enter the fol
cd [libopenshot-audio repo folder]
mkdir build
cd build
cmake -G MinGW Makefiles ../
cmake -G "MinGW Makefiles" ../
mingw32-make
mingw32-make install
openshot-audio-test-sound (This should play a test sound)