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 22:17:27 +0300
committerGitHub <noreply@github.com>2022-09-14 22:17:27 +0300
commit3dcf2f9e767d4715fa41664c49eba5d196c764bd (patch)
tree781391d0363f6a20cb90a63b6aa9e39efc5b2f97
parent007348fce19b4ab05f03c01380d4b77795e032cc (diff)
parent352bb7c7ed10d9c8657dd6296a45de6053a933c1 (diff)
Merge pull request #7804 from dotnet/mmitche-patch-1
Update instructions for runtime
-rw-r--r--release-notes/7.0/install.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/release-notes/7.0/install.md b/release-notes/7.0/install.md
index 9cd569d3..f6cc7983 100644
--- a/release-notes/7.0/install.md
+++ b/release-notes/7.0/install.md
@@ -28,13 +28,13 @@ macOS/Linux:
Windows:
```
-.\dotnet-install.ps1 -Runtime dotnet -Version 7.0.0-rc.1.22426.10 -InstallDir E:\sample
+.\.dotnet\dotnet-install.ps1 -Channel 7.0 -Runtime dotnet -Quality preview -InstallDir E:\sample
```
macOs/Linux:
```
-./dotnet-install.sh --runtime dotnet --version 7.0.0-rc.1.22426.10 --install-dir ~/cli
+./dotnet-install.sh --runtime dotnet --channel 7.0 --quality preview --install-dir ~/cli
```
## Distributions