Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dotnet/core.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRahul Bhandari <rbhanda@microsoft.com>2022-09-14 21:59:29 +0300
committerGitHub <noreply@github.com>2022-09-14 21:59:29 +0300
commitac48bb705e64d9d2c2e602d31ccac5f42db8798e (patch)
treef6203a3ae1b7cc2ae5a779242e3ef0642b481c14
parent5df52d27e8acd818a69b6b969f0a2da67f61caeb (diff)
Update install.md
-rw-r--r--release-notes/7.0/install.md29
1 files changed, 29 insertions, 0 deletions
diff --git a/release-notes/7.0/install.md b/release-notes/7.0/install.md
index 631f5bd4..9cd569d3 100644
--- a/release-notes/7.0/install.md
+++ b/release-notes/7.0/install.md
@@ -8,6 +8,35 @@ Operating system specific instructions:
- [macOS](install-macos.md)
- [Windows](install-windows.md)
+## [Using dotnet-install-scripts](https://docs.microsoft.com/dotnet/core/tools/dotnet-install-script)
+
+### Install the latest preview version of the 7.0.1xx SDK to the specified location:
+
+Windows:
+
+```
+./dotnet-install.ps1 -Channel 7.0.1xx -Quality preview -InstallDir C:\cli
+```
+
+macOS/Linux:
+```
+./dotnet-install.sh --channel 7.0.1xx --quality preview --install-dir ~/cli
+```
+
+### Install the latest preview version of the 7.0.0 runtime to the specified location:
+
+Windows:
+
+```
+.\dotnet-install.ps1 -Runtime dotnet -Version 7.0.0-rc.1.22426.10 -InstallDir E:\sample
+```
+
+macOs/Linux:
+
+```
+./dotnet-install.sh --runtime dotnet --version 7.0.0-rc.1.22426.10 --install-dir ~/cli
+```
+
## Distributions
The following distributions are available for all operating systems: