diff --git a/.env.example b/.env.example index c6dace3..4ebacaf 100644 --- a/.env.example +++ b/.env.example @@ -128,7 +128,7 @@ LOG_LEVEL= # OC_DATA_DIR=/your/local/opencloud/data # OpenCloud Web can load extensions from a local directory. # The default uses the bind mount to the config/opencloud/apps directory. -# Example: curl -L https://github.com/opencloud-eu/web-extensions/releases/download/unzip-v1.0.2/unzip-1.0.2.zip | tar -xz -C config/opencloud/apps +# Example: curl -L https://github.com/opencloud-eu/web-extensions/releases/download/unzip-v1.0.2/unzip-1.0.2.zip -o config/opencloud/apps/unzip-1.0.2.zip && unzip config/opencloud/apps/unzip-1.0.2.zip -d config/opencloud/apps && rm config/opencloud/apps/unzip-1.0.2.zip # NOTE: you need to restart the openCloud container to load the new extensions. # OC_APPS_DIR=/your/local/opencloud/apps