diff --git a/en/getting-started/install-self-hosted/local-source-code.md b/en/getting-started/install-self-hosted/local-source-code.md index f882a62..115efa6 100644 --- a/en/getting-started/install-self-hosted/local-source-code.md +++ b/en/getting-started/install-self-hosted/local-source-code.md @@ -95,7 +95,9 @@ conda activate dify To consume asynchronous tasks from the queue, such as dataset file import and dataset document updates, follow these steps to start the Worker service on Linux or macOS: - `celery -A app.celery worker -P gevent -c 1 -Q dataset,generation,mail --loglevel INFO` + ``` + celery -A app.celery worker -P gevent -c 1 -Q dataset,generation,mail --loglevel INFO + ``` If you are using a Windows system to start the Worker service, please use the following command instead: