From 883ea78ae87cd5db8397bf7d8c938cbcb87b54df Mon Sep 17 00:00:00 2001 From: bryangrim Date: Sun, 22 Mar 2015 22:02:02 -0700 Subject: [PATCH] Updated Building for Linux (markdown) --- Building-for-Linux.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ```