We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fbb46d4 commit 320ba20Copy full SHA for 320ba20
docs/overview.md
@@ -86,14 +86,6 @@ To install DSC on any platform:
86
1. Expand the release archive.
87
1. Add the folder containing the expanded archive contents to the `PATH`.
88
89
-> [!NOTE]
90
-> When downloading the latest release on Windows platform, make sure after extraction,
91
-> the files are unblocked. You can do this using the following PowerShell command:
92
->
93
-> ```powershell
94
-> Get-ChildItem -Path <path-to-expanded-folder> -Recurse | Unblock-File
95
-> ```
96
-
97
### Install DSC on Windows with WinGet
98
99
The following commands can be used to install DSC using the published `winget` packages:
0 commit comments