pihole
diff --git a/core/installer/app.go b/core/installer/app.go
index e1af152..54c92d7 100644
--- a/core/installer/app.go
+++ b/core/installer/app.go
@@ -156,7 +156,7 @@
 			tmpls.Lookup("pihole.yaml"),
 		},
 		string(schema),
-		nil,
+		tmpls.Lookup("pihole.md"),
 	}
 }