Skip to content

Commit

Permalink
.net installation page update (#273)
Browse files Browse the repository at this point in the history
added external guide
  • Loading branch information
Radoslav Čáp authored and pvalena committed Aug 28, 2018
1 parent b01027f commit ba42e9b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tech/languages/csharp/dotnet-installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ $ sudo dnf copr enable @dotnet-sig/dotnet

### .NET Core SDK


.NET Core SDK enables building and publishing of C# source code.

To install the latest SDK version:
Expand All @@ -37,6 +38,9 @@ To install runtime only, for example to merely deploy already prebuilt applicati
$ sudo dnf install dotnet-runtime-x.y
```

## Create your app
You can create your first console app following instructions in [this official guide](https://www.microsoft.com/net/learn/get-started-with-dotnet-tutorial#create).

## References

* [Fedora .NET SIG copr](https://copr.fedorainfracloud.org/coprs/g/dotnet-sig/dotnet)
Expand Down

0 comments on commit ba42e9b

Please sign in to comment.