Skip to content

Commit 0d419a0

Browse files
(GH-338) Clarify WinGet installation in overview (#339)
Prior to this change, it was only implicit that the documentation directed users to search for an install DSC from the Microsoft Store with WinGet. This change makes the directive more explicit and updates the search command to specify the store as the source to search.
1 parent 804d434 commit 0d419a0

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

dsc/docs-conceptual/dsc-3.0/overview.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
description: >-
33
Learn about Microsoft's Desired State Configuration platform, including what it does and when
44
it should be used.
5-
ms.date: 03/25/2025
5+
ms.date: 06/09/2025
66
ms.topic: overview
77
title: Microsoft Desired State Configuration overview
88
---
@@ -88,12 +88,13 @@ To install DSC on any platform:
8888

8989
### Install DSC on Windows with WinGet
9090

91-
The following commands can be used to install DSC using the published `winget` packages:
91+
The following commands can be used to install DSC using the published `winget` packages from the
92+
Microsoft Store:
9293

93-
Search for the latest version of DSC
94+
Search for the latest version of DSC:
9495

9596
```powershell
96-
winget search DesiredStateConfiguration
97+
winget search DesiredStateConfiguration --source msstore
9798
```
9899

99100
```Output

0 commit comments

Comments
 (0)