diff --git a/Building-OpenRCT2-on-Linux.md b/Building-OpenRCT2-on-Linux.md index 04d218e..e2ff2ef 100644 --- a/Building-OpenRCT2-on-Linux.md +++ b/Building-OpenRCT2-on-Linux.md @@ -46,7 +46,7 @@ This solution is tested continuously with our own dockerfile and then travis. As with other distros, you'll need gcc capable of producing 32 bit binaries. The package is called `gcc-multilib`, but it conflicts with `gcc` which you probably have installed already. -The first thing your going to ened to do if you don't already have it done, is install [yaourt.](https://wiki.archlinux.org/index.php/Yaourt#Installation) +The first thing you're going to need to do if you don't already have it done, is install [yaourt.](https://wiki.archlinux.org/index.php/Yaourt#Installation) Once you have done that, you need to enable 32 bit libraries, by doing [this.](https://wiki.archlinux.org/index.php/Multilib#Enabling)