Skip to content

Instantly share code, notes, and snippets.

View F2006's full-sized avatar

Johan Jacobs F2006

View GitHub Profile

Keybase proof

I hereby claim:

  • I am f2006 on github.
  • I am f2006 (https://keybase.io/f2006) on keybase.
  • I have a public key ASAP0nx2p2jCsnptE0emkbaa2o3o3TcNZaHPul3fBuHHIwo

To claim this, I am signing this object:

@F2006
F2006 / installing-asp_net-5-on-ubuntu-16_04-(xenial-xerus).md
Last active October 4, 2017 09:11
Installing ASP.NET 5 on Ubuntu 16.04 (Xenial Xerus)

Installing ASP.NET 5 on Ubuntu 16.04 (Xenial Xerus)

Install the .NET Version Manager (DNVM)

curl -sSL https://raw.githubusercontent.com/aspnet/Home/dev/dnvminstall.sh | DNX_BRANCH=dev sh && source ~/.dnx/dnvm/dnvm.sh

Install the .NET Execution Environment (DNX)