From 6a08fc86ea933e8290e425e35e5a63f87894586a Mon Sep 17 00:00:00 2001 From: Myzel394 <50424412+Myzel394@users.noreply.github.com> Date: Sun, 26 May 2024 21:31:34 +0200 Subject: [PATCH] fix(docs): Add missing step about npm run build --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 4d10f32..925155a 100644 --- a/README.md +++ b/README.md @@ -12,3 +12,5 @@ The way I did it was to simply overwrite the default `simple` theme. For this you just need to copy the files from this repo's `searxng` into your searxng directory. +After that, you'll need to run `npm run build` to build the css files. +