From b05bdce0d54185791eb45f4fd2d82fb2849acdd9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Roberto=20P=C3=A9rez?= Date: Wed, 12 Nov 2025 10:26:00 +0100 Subject: [PATCH] Update README.md changed app console to bin console changed ezplatform to ibexa --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index be4ad75..d6576a9 100644 --- a/README.md +++ b/README.md @@ -9,11 +9,11 @@ This is *not* a replacement for [cron/cron-bundle](https://github.com/Cron/Symfo ## Setup system cron -Pick your systems cron / scheduling and setup `ezplatform:cron:run` command to run every minute and optionally specifying category _(default: `default`)_: +Pick your systems cron / scheduling and setup `ibexa:cron:run` command to run every minute and optionally specifying category _(default: `default`)_: Example for Linux crontab (`crontab -e`): ```bash -* * * * * /path/to/php app/console ezplatform:cron:run [ --category=default] >/dev/null 2>&1 +* * * * * /path/to/php bin/console ibexa:cron:run [ --category=default] >/dev/null 2>&1 ```