diff --git a/release-notes/3.1/preview/3.1.0-preview1-download.md b/release-notes/3.1/preview/3.1.0-preview1-download.md index 63e66bd3..d7afb013 100644 --- a/release-notes/3.1/preview/3.1.0-preview1-download.md +++ b/release-notes/3.1/preview/3.1.0-preview1-download.md @@ -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: