From f1a51991f9bd6369ef23e2fb9059a2037e96d81a Mon Sep 17 00:00:00 2001 From: j Date: Thu, 18 Jul 2019 10:01:43 +0000 Subject: [PATCH] Update page 'Customization' --- Customization.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/Customization.md b/Customization.md index 5913afb..997aabc 100644 --- a/Customization.md +++ b/Customization.md @@ -8,6 +8,16 @@ git clone https://code.0x2620.org/0x2620/pandora_overlay.git ``` now configure config.jsonc and add custom JavaScript files and images. +i.e. + +``` +cd /srv/pandora/ +cp /srv/pandora/pandora/config.padma.jsonc config.jsonc +mkdir -p static/js +cp /srv/pandora/static/js/infoView.padma.js static/js/infoView..js +vim config.jsonc +``` + to active / update run: ```