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.
2 parents 0d6972e + 3752eda commit 8f94a00Copy full SHA for 8f94a00
docs/overview.md
@@ -86,6 +86,14 @@ 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