-
Notifications
You must be signed in to change notification settings - Fork 256
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Small updates in .net installation page #273
Conversation
Update installation instructions to the latest version. Add link to sample console app.
@@ -19,16 +19,19 @@ $ sudo dnf copr enable @dotnet-sig/dotnet | |||
|
|||
.NET Core SDK will enable building and publishing C# source code. | |||
``` | |||
$ sudo dnf install dotnet-sdk-2.0 | |||
$ sudo dnf install dotnet-sdk-2.1 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is there any way to make this generic (install latest)?
e.g.: $ sudo dnf install dotnet-sdk
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is outdated, as there was other PR in the meantime.
``` | ||
|
||
## 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). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please omit this
.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Apart from the wording this looks fine to me.
Thank you for your PR! |
I skipped the conflicting changes. I hope I didn't miss anything. |
Update installation instructions to the latest version.
Add link to sample console app.