Update GettingStartedDeb.md

Switch to main mono
This commit is contained in:
Glenn Condron 2015-04-27 16:23:51 -07:00
parent 43a3c168de
commit 4d6deaef37
1 changed files with 2 additions and 1 deletions

View File

@ -22,7 +22,8 @@ Mono is how .NET applications can run on platforms other than Windows. Mono is a
To get these builds you need to run:
```
echo "deb http://download.mono-project.com/repo/debian alpha main" | sudo tee /etc/apt/sources.list.d/mono-xamarin-alpha.list
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 3FA7E0328081BFF6A14DA29AA6A19B38D3D831EF
echo "deb http://download.mono-project.com/repo/debian wheezy main" | sudo tee /etc/apt/sources.list.d/mono-xamarin.list
sudo apt-get update
```