Skip to content

Commit 8f94a00

Browse files
Merge pull request #899 from Gijsreyn/add-remark-unblock-zip
Add remark unblock zip
2 parents 0d6972e + 3752eda commit 8f94a00

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

docs/overview.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,14 @@ To install DSC on any platform:
8686
1. Expand the release archive.
8787
1. Add the folder containing the expanded archive contents to the `PATH`.
8888

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+
8997
### Install DSC on Windows with WinGet
9098
9199
The following commands can be used to install DSC using the published `winget` packages:

0 commit comments

Comments
 (0)