From fb1ff2fd64f45c6593ae8066679ceafd308f9985 Mon Sep 17 00:00:00 2001 From: Lee Coward Date: Tue, 15 Oct 2019 11:40:21 -0700 Subject: [PATCH] Update 3.1.0-preview1-download.md --- release-notes/3.1/preview/3.1.0-preview1-download.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: