diff --git a/Building-With-Qt.md b/Building-With-Qt.md index bb8bdec..6fac8d2 100644 --- a/Building-With-Qt.md +++ b/Building-With-Qt.md @@ -8,7 +8,7 @@ As of [Dolphin 5.0-8279](https://dolphin-emu.org/download/dev/e22c5333ab50c3e847 * You should end up with a **.run** extension file. Make it executable with `chmod +x *.run` * Launch the executable * Go to the end of the procedure - * Add the location of the bin directories to the PATH environment variable (exemple with V5.11.1) : + * Add the location of the bin directories to the PATH environment variable (example with V5.11.1) : ``` bash echo "PATH=\$PATH:Qt/Tools/QtCreator/bin:Qt/5.11.1/gcc/bin" >> ~/.bashrc ```