From 9fcc7edfe1fb75d0e9b2e8cb6d797efd0bc8a9d4 Mon Sep 17 00:00:00 2001 From: Ronak Patel Date: Fri, 7 Oct 2022 07:07:54 +0000 Subject: [PATCH] Update README.md : changed `docker exec` command for murena_launcher --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 16d13869..db2482bf 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,7 @@ We suggest you use our [ecloud-selfhosting](https://gitlab.e.foundation/e/infra/ - Enable\Install apps: - - `docker exec -u www-data ecloud /var/www/html/occ app:enable ecloud-launcher` + - `docker exec -u www-data ecloud /var/www/html/occ app:enable murena_launcher` - `docker exec -u www-data ecloud /var/www/html/occ app:enable ecloud-theme-helper` - `docker exec -u www-data ecloud /var/www/html/occ app:enable notes` - `docker exec -u www-data ecloud /var/www/html/occ app:enable news` -- GitLab