You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- .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
+
86
94
### :package: Module Installation
87
95
88
96
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
91
99
Install-Module AsBuiltReport.NetApp.ONTAP
92
100
```
93
101
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.
95
105
96
106
1. Download the code package / [latest release](https://github.com/AsBuiltReport/AsBuiltReport.NetApp.ONTAP/releases/latest) zip from GitHub
0 commit comments