Skip to content

Commit 928702a

Browse files
committed
Update GettingStartedDeb.md
Remove the extra text and put apt-get install into the main instructions.
1 parent 4d6deae commit 928702a

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

GettingStartedDeb.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,9 @@ To get these builds you need to run:
2525
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 3FA7E0328081BFF6A14DA29AA6A19B38D3D831EF
2626
echo "deb http://download.mono-project.com/repo/debian wheezy main" | sudo tee /etc/apt/sources.list.d/mono-xamarin.list
2727
sudo apt-get update
28+
sudo apt-get install Mono-Complete
2829
```
2930

30-
After that either `apt-get upgrade` or `apt-get install Mono-Complete` depending on whether you have Mono installed already.
31-
32-
3331
### Get libuv
3432

3533
[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.

0 commit comments

Comments
 (0)