Skip to content

Commit 59f5f17

Browse files
Merge pull request #190 from opencloud-eu/individual-it-patch-1
fix: example command to load apps
2 parents c347164 + 81888eb commit 59f5f17

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.env.example

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ LOG_LEVEL=
128128
# OC_DATA_DIR=/your/local/opencloud/data
129129
# OpenCloud Web can load extensions from a local directory.
130130
# The default uses the bind mount to the config/opencloud/apps directory.
131-
# 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
131+
# 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
132132
# NOTE: you need to restart the openCloud container to load the new extensions.
133133
# OC_APPS_DIR=/your/local/opencloud/apps
134134

0 commit comments

Comments
 (0)