Update 3.1.0-preview1-download.md

This commit is contained in:
Lee Coward 2019-10-15 11:40:21 -07:00 committed by GitHub
parent 49fc004994
commit fb1ff2fd64
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -31,7 +31,7 @@ Because of the isolated environment, using Snap is the preferred way to install
After configuring Snap on your system, run the following command to install the latest .NET Core SDK.
`sudo snap install dotnet-sdk --channel=beta --classic`
`sudo snap install dotnet-sdk --channel=3.1/beta --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: