From ff04fccc3bcca122d1a662866bbdd8bc0bf9cb4a Mon Sep 17 00:00:00 2001
From: David Huss <dh@atoav.com>
Date: Tue, 5 Nov 2024 17:47:46 +0100
Subject: [PATCH] README: Add line about static files gotcha

---
 README.md | 1 +
 1 file changed, 1 insertion(+)

diff --git a/README.md b/README.md
index 8642200..92a373a 100644
--- a/README.md
+++ b/README.md
@@ -56,6 +56,7 @@ mkdir -p remote-mediactl
 sudo sshfs -o allow_other,default_permissions -o IdentityFile=/home/YOURUSER/.ssh/id_ed25519 -p2222 YOURUSER@mediactl.mediahell.hfbk.net:/home/d0/mediactl remote-mediactl
 ```
 
+**⚠ Important:** If you edit any of the static files (css/images/js/etc) you need to run the `./deploy_static.sh` script afterwards, else those changes will not be used in production !
 
 ## Connection diagram
 
-- 
GitLab