Update 3.1.1-install-instructions.md (#4691)

* Update 3.1.1-install-instructions.md

The correct syntax is --classic for snap

* Update 3.1.1-install-instructions.md

Co-authored-by: Rahul Bhandari <rbhanda@microsoft.com>
This commit is contained in:
Erik Bergstedt 2020-05-27 02:22:32 +02:00 committed by GitHub
parent e05b5c5c7d
commit 269fb4662c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -20,7 +20,7 @@ Snap is a system which installs applications in an isolated environment and prov
After configuring Snap on your system, run the following command to install the latest .NET Core SDK.
`sudo snap install dotnet-sdk --channel 3.1/stable classic`
`sudo snap install dotnet-sdk --channel 3.1/stable --classic`
When .NET Core in installed using the Snap package, the default .NET Core command is `dotnet-sdk.dotnet`, as opposed to just `dotnet`. The benefit of the namespaced command is that it will not conflict with a globally installed .NET Core version you may have. This command can be aliased to `dotnet` with:
@ -94,4 +94,4 @@ This will install the ASP.NET Core Module for IIS.
[dotnet-blog]: https://devblogs.microsoft.com/dotnet/
[dotnet-hosting-win.exe]: https://download.visualstudio.microsoft.com/download/pr/c9206d6d-a11a-4b0b-834b-6320c44d0a2d/993571f75a96b6a64f8bca001797c4f0/dotnet-hosting-3.1.1-win.exe
[dotnet-hosting-win.exe]: https://download.visualstudio.microsoft.com/download/pr/c9206d6d-a11a-4b0b-834b-6320c44d0a2d/993571f75a96b6a64f8bca001797c4f0/dotnet-hosting-3.1.1-win.exe