From 73e60ad463e9e7bb3d88e5848fcf5362a31e3aff Mon Sep 17 00:00:00 2001 From: AbdBarho Date: Sun, 30 Oct 2022 09:59:12 +0100 Subject: [PATCH] Updated Usage (markdown) --- Usage.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Usage.md b/Usage.md index d327fe0..8c841af 100644 --- a/Usage.md +++ b/Usage.md @@ -33,7 +33,8 @@ There is multiple files in `data/config/auto` such as `config.json` and `ui-con put your scripts `data/config/auto/scripts` and restart the container ### Extensions -put your extensions in `data/config/auto/extensions`, there is also the open to create a script `data/config/auto/startup.sh` which will be called on container startup, in case you want to install any additional dependencies for your extensions or anything else. + +put your extensions in `data/config/auto/extensions`, there is also the option to create a script `data/config/auto/startup.sh` which will be called on container startup, in case you want to install any additional dependencies for your extensions or anything else. ### **DONT OPEN AN ISSUE IF A SCRIPT OR AN EXTENSION IS NOT WORKING**