Update readme.md

This commit is contained in:
simonpipe 2026-01-07 09:22:38 +01:00
parent c21fd9e4b9
commit 5d0f649354

View file

@ -19,8 +19,7 @@ Beim Aufruf fragt es deine Mastodon-API ab und erstellt aus deinen Toots automat
Es gibt drei Wege, wie der Import ausgelöst wird:
1. **Automatisch (Lazy Cron):** Sobald ein Besucher deine Website aufruft, prüft das Plug-in, ob das Update-Intervall abgelaufen ist und lädt gegebenenfalls neue Toots.
2. **Per Terminal:** Du kannst den Import manuell auf dem Server starten mit:
`php yellow.php mastodonapi`
2. **Per Terminal:** Du kannst den Import manuell auf dem Server starten mit: `php yellow.php mastodonapi`
3. **Per System-Cronjob:** Wenn dein Hoster Cronjobs unterstützt, kannst du den Befehl `php yellow.php mastodonapi` regelmäßig (z. B. alle 30 Minuten) ausführen lassen.
## Einstellungen