Skip to content

Commit c46be00

Browse files
committed
Fix Readme File
1 parent cd40e50 commit c46be00

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

README.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,14 @@ These modules may also be manually installed.
8383
| AsBuiltReport.Core | 1.1.0 | [Link](https://www.powershellgallery.com/packages/AsBuiltReport.Core) | [Link](https://github.com/AsBuiltReport/AsBuiltReport.Core/releases/latest) |
8484
| Netapp.ONTAP | 9.9.1 | [Link](https://www.powershellgallery.com/packages/NetApp.ONTAP) | |
8585

86+
### Linux & macOS
87+
88+
- .NET Core is required for cover page image support on Linux and macOS operating systems.
89+
- [Installing .NET Coe.re for macOS](https://docs.microsoft.com/en-us/dotnet/core/install/macos)
90+
- [Installing .NET Core for Linux](https://docs.microsoft.com/en-us/dotnet/core/install/linux)
91+
92+
❗ If you are unable to install .NET Core, you must set `ShowCoverPageImage` to `False` in the report JSON configuration file.
93+
8694
### :package: Module Installation
8795

8896
Open a PowerShell terminal window and install each of the required modules as follows;
@@ -91,7 +99,9 @@ Open a PowerShell terminal window and install each of the required modules as fo
9199
Install-Module AsBuiltReport.NetApp.ONTAP
92100
```
93101

94-
Ensure you repeat the following steps for the [system requirements](https://github.com/AsBuiltReport/AsBuiltReport.NetApp.ONTAP#wrench-system-requirements) also.
102+
### GitHub
103+
104+
If you are unable to use the PowerShell Gallery, you can still install the module manually. Ensure you repeat the following steps for the [system requirements](https://github.com/AsBuiltReport/AsBuiltReport.NetApp.ONTAP#wrench-system-requirements) also.
95105

96106
1. Download the code package / [latest release](https://github.com/AsBuiltReport/AsBuiltReport.NetApp.ONTAP/releases/latest) zip from GitHub
97107
2. Extract the zip file

0 commit comments

Comments
 (0)