Skip to content

Commit babf70a

Browse files
author
Maryam Ariyan
committed
Providing link for further information
1 parent 70a5cd7 commit babf70a

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

Documentation/building/unix-instructions.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,17 @@ e.g. for Ubuntu 14.04, follow the steps below:
3434

3535
`sudo apt-get install git clang-3.9 cmake libunwind8 curl`
3636

37-
Follow instructions on how to [install .NET Core SDK 2.0+ on Ubuntu](https://www.microsoft.com/net/learn/get-started/linux/ubuntu14-04).
37+
Follow instructions on how to [install .NET Core SDK 2.0+ on Ubuntu](https://www.microsoft.com/net/learn/get-started/linux/ubuntu14-04):
38+
39+
`#Register Microsoft key and feed`
40+
`wget -q packages-microsoft-prod.deb https://packages.microsoft.com/config/ubuntu/14.04/packages-microsoft-prod.deb`
41+
`sudo dpkg -i packages-microsoft-prod.deb`
42+
`#Install the SDK`
43+
`sudo apt-get install apt-transport-https`
44+
`sudo apt-get update`
45+
`sudo apt-get install dotnet-sdk-2.1.105`
46+
47+
For more detailed info click [here](https://docs.microsoft.com/en-us/dotnet/core/linux-prerequisites?tabs=netcore2x).
3848

3949
### macOS
4050

0 commit comments

Comments
 (0)