Merge pull request #4534 from dotnet/rbhanda-patch-1

Update 5.0.0-preview.2-install-instructions.md
This commit is contained in:
Rahul Bhandari 2020-04-07 15:25:06 -07:00 committed by GitHub
commit e935b56e3b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -35,7 +35,7 @@ Preview release installers are not available from the Microsoft package reposito
**Note:** `curl` must be available on the system before running the following steps. Once you have confirmed that `curl` is available, complete the steps to download and install the .NET 5 Preview 2 SDK and Runtime.
1. Create a directory to use for the download location and change into that directory. For example `mkdir $HOME/dotnet_install && cd $HOME/dotnet_install`
2. Run `curl -L https://aka.ms/install-dotnet-preview -o install-dotnet-preview.sh`
2. Run `curl -H 'Cache-Control: no-cache' -L https://aka.ms/install-dotnet-preview -o install-dotnet-preview.sh`
3. Run the script with `sudo bash install-dotnet-preview.sh`
Here's what the script does.