Skip to content

Commit d1d8f00

Browse files
authored
Clarify installation step for AsBuiltReport.Core
1 parent d6509d7 commit d1d8f00

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ If you are unable to use the PowerShell Gallery, you can still install the `AsBu
152152

153153
1. Download the [latest release](https://github.com/AsBuiltReport/AsBuiltReport.Core/releases/latest) zip from GitHub
154154
2. Extract the zip file
155-
3. Copy the folder `AsBuiltReport.Core` to a path that is set in `$env:PSModulePath`.
155+
3. Copy the sub-folder `AsBuiltReport.Core` to a path that is set in `$env:PSModulePath`.
156156
4. For Windows users only, open a PowerShell terminal window and unblock the downloaded files with
157157
```powershell
158158
$path = (Get-Module -Name AsBuiltReport.Core -ListAvailable).ModuleBase; Unblock-File -Path $path\*.psd1; Unblock-File -Path $path\Src\Public\*.ps1
@@ -296,4 +296,4 @@ New-AsBuiltReport -Report Veeam.VBR -Target veeam01.corp.local -Username admin -
296296

297297
- **Images are missing from reports generated using Linux or macOS**
298298

299-
Unfortunately due to [breaking changes](https://learn.microsoft.com/en-gb/dotnet/core/compatibility/core-libraries/6.0/system-drawing-common-windows-only) in .NET 6, images are no longer supported for reports generated using Linux or macOS.
299+
Unfortunately due to [breaking changes](https://learn.microsoft.com/en-gb/dotnet/core/compatibility/core-libraries/6.0/system-drawing-common-windows-only) in .NET 6, images are no longer supported for reports generated using Linux or macOS.

0 commit comments

Comments
 (0)