diff --git a/examples/Demo/FluentUI.Demo.Client/Documentation/GetStarted/Installation.md b/examples/Demo/FluentUI.Demo.Client/Documentation/GetStarted/Installation.md
index 6921694782..8b7fb7f91f 100644
--- a/examples/Demo/FluentUI.Demo.Client/Documentation/GetStarted/Installation.md
+++ b/examples/Demo/FluentUI.Demo.Client/Documentation/GetStarted/Installation.md
@@ -32,12 +32,33 @@ You must check the Preview box to view it in your package manager.
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
```
+If you have enabled the `TreatWarningsAsErrors` flag in your project, then you also need to ignore signature errors from NuGet, because the preview packages do not come with a certificate. You can do this by ignoring the warnings in your `.csproj` or `Directory.Build.props` file.
+
+```xml
+
+ NU3018;NU3027
+
+```
+
### 1. Install the NuGet Package
Use the NuGet Package Manager or run the following command in your terminal: