Skip to content

Commit 6bc8a35

Browse files
feat: add WinGet installation instructions for Radius CLI (#1675)
Signed-off-by: Dariusz Porowski <[email protected]>
1 parent 7524271 commit 6bc8a35

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

docs/shared-content/installation/rad-cli/install-rad-cli.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Install 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 %}}

0 commit comments

Comments
 (0)