Minor spelling fix

Clayton Casciato 2019-05-11 15:17:02 -06:00
parent 9c363b68c8
commit d22f2cdbfe

@ -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
```