File tree Expand file tree Collapse file tree 1 file changed +15
-1
lines changed
docs/shared-content/installation/rad-cli Expand file tree Collapse file tree 1 file changed +15
-1
lines changed Original file line number Diff line number Diff line change 11Install the Radius CLI on your workstation with the appropriate installation script:
22
3- {{< tabs "Linux/WSL" MacOS "Windows PowerShell" "GitHub Codespaces" "Azure Cloud Shell" Binaries >}}
3+ {{< tabs "Linux/WSL" MacOS "Windows PowerShell" "Windows WinGet" " GitHub Codespaces" "Azure Cloud Shell" Binaries >}}
44
55{{% codetab %}}
66{{< latest >}}
@@ -63,6 +63,20 @@ $script=iwr -useb "https://raw.githubusercontent.com/radius-project/radius/main/
6363{{< /edge >}}
6464{{% /codetab %}}
6565
66+ {{% codetab %}}
67+ {{< latest >}}
68+ Run the following in a console window:
69+
70+ ``` shell
71+ winget install --exact --id Radius.Radius
72+ ```
73+
74+ {{< /latest >}}
75+ {{< edge >}}
76+ Edge version installation via WinGet is not supported. To install the latest edge release, use the install script in the Windows PowerShell tab.
77+ {{< /edge >}}
78+ {{% /codetab %}}
79+
6680{{% codetab %}}
6781[ ![ Open in GitHub Codespaces] ( https://github.com/codespaces/badge.svg )] ( https://codespaces.new/radius-project/samples )
6882{{% /codetab %}}
You can’t perform that action at this time.
0 commit comments