From 13d52b1cbb2c22d47fb8cf8fcd5d44bfafe9da9c Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jo=C3=A3o=20Matos?= <joao@tritao.eu>
Date: Thu, 5 Mar 2015 00:18:59 +0000
Subject: [PATCH] Updated Mono download instructions for Linux.

---
 docs/GettingStarted.md | 8 +-------
 1 file changed, 1 insertion(+), 7 deletions(-)

diff --git a/docs/GettingStarted.md b/docs/GettingStarted.md
index 0c444028..47a1b319 100644
--- a/docs/GettingStarted.md
+++ b/docs/GettingStarted.md
@@ -116,13 +116,7 @@ We depend on a somewhat recent version of Mono (.NET 4.5). Ubuntu 14.04 contains
 sudo apt-get install mono-devel
 ```
 
-If you're using a pre-14.04 Ubuntu-based distribution you can install an up-to-date version from: https://launchpad.net/~directhex/+archive/monoxide.
-
-```shell
-sudo add-apt-repository ppa:directhex/monoxide
-sudo apt-get update
-sudo apt-get install mono-devel
-```
+If you are using another distribution then please look into the [download page](http://www.mono-project.com/download/#download-lin) on the Mono website.
 
 Generate the makefiles, and build CppSharp: