From d33f35f251b16c2f171a77190d2016cd6a5053a6 Mon Sep 17 00:00:00 2001 From: creesch Date: Wed, 30 Jul 2025 12:43:33 +0200 Subject: [PATCH] Update README.md to add missing build step --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1b5f115..8b11eb1 100644 --- a/README.md +++ b/README.md @@ -120,7 +120,8 @@ Install personalized version: ``` 2. Make your changes in `./config.js` -3. Install with `npm i -g` from same folder. +3. Run the build command so all assets are created `npm run build`. +4. Install with `npm i -g` from same folder. If there are issues with installing you'll need to uninstall first with `npm un -g` ## Contribution