From 928702aee943f8e36efd51c7a8e6e179436211c6 Mon Sep 17 00:00:00 2001 From: Glenn Condron Date: Mon, 27 Apr 2015 16:26:11 -0700 Subject: [PATCH] Update GettingStartedDeb.md Remove the extra text and put apt-get install into the main instructions. --- GettingStartedDeb.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/GettingStartedDeb.md b/GettingStartedDeb.md index 6fe40bfdf3..9ce4b14fcc 100644 --- a/GettingStartedDeb.md +++ b/GettingStartedDeb.md @@ -25,11 +25,9 @@ To get these builds you need to run: 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 +sudo apt-get install Mono-Complete ``` -After that either `apt-get upgrade` or `apt-get install Mono-Complete` depending on whether you have Mono installed already. - - ### Get libuv [Libuv](https://github.com/libuv/libuv) is a multi-platform asynchronous IO library that is used by the [KestrelHttpServer](https://github.com/aspnet/KestrelHttpServer) that we will use to host our web applications.