From 63fa36aec57a2ff7c5e02627ad7c0b755ad99c7e Mon Sep 17 00:00:00 2001
From: Rosemary Orchard <16113535+RosemaryOrchard@users.noreply.github.com>
Date: Tue, 25 Feb 2020 14:21:22 +0100
Subject: [PATCH] Add npm steps so users have a theme (#1288)

---
 docs/simplesamlphp-install.md | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/docs/simplesamlphp-install.md b/docs/simplesamlphp-install.md
index 4af9b6216..09ec60c3a 100644
--- a/docs/simplesamlphp-install.md
+++ b/docs/simplesamlphp-install.md
@@ -367,6 +367,15 @@ At the bottom of the installation page there are some green lights. SimpleSAMLph
 required and recommended prerequisites are met. If any of the lights are red, you may have to install some PHP 
 extensions or external PHP packages (e.g. you need the PHP LDAP extension to use the LDAP authentication module).
 
+## Building assets
+
+Run the following commands to build the default theme.
+
+```
+npm install
+npm run build
+```
+
 ## Next steps
 
 You have now successfully installed SimpleSAMLphp, and the next steps depend on whether you want to setup a Service
-- 
GitLab