From d1994ad9fb1f0e32e4efbc3f32ba1715f5e36bb1 Mon Sep 17 00:00:00 2001 From: Simon Martens Date: Fri, 26 Jan 2024 14:00:23 +0100 Subject: [PATCH] README update --- HaWeb/README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/HaWeb/README.md b/HaWeb/README.md index 1b3b31e..a10e88d 100644 --- a/HaWeb/README.md +++ b/HaWeb/README.md @@ -39,7 +39,9 @@ Recommended vscode plugins include the XML Tools, c#, Tailwind CSS IntelliSense ## Release -For a Linux server run: +First, build the css and js: `npm run build`. + +To build the project for a Linux server: `dotnet publish --runtime linux-x64 -c Release`