diff --git a/Building-for-Linux.md b/Building-for-Linux.md index 212c3a4..6042cda 100644 --- a/Building-for-Linux.md +++ b/Building-for-Linux.md @@ -16,7 +16,7 @@ On Debian-based distributions, you can use `apt-get` to install them. Note: SDL 2.0 must be compiled from source to prevent a bug causing Dolphin to crash with rumble-enabled controllers. -Install Mercurial (`sudo apt-get install hg`), and clone the SDL repo to the directory of your choice: +Install Mercurial (`sudo apt-get install mercurial`), and clone the SDL repo to the directory of your choice: ``` cd /tmp; hg clone http://hg.libsdl.org/SDL ```