diff --git a/docs/website/docs/walkthroughs/deploy-a-pipeline/deploy-with-kestra.md b/docs/website/docs/walkthroughs/deploy-a-pipeline/deploy-with-kestra.md index 09ddea6ac8..cfb63ce808 100644 --- a/docs/website/docs/walkthroughs/deploy-a-pipeline/deploy-with-kestra.md +++ b/docs/website/docs/walkthroughs/deploy-a-pipeline/deploy-with-kestra.md @@ -62,7 +62,7 @@ Here is the summary of the steps: 1. Ensure Docker is running, then download the Docker compose file with: - ```shell + ```sh curl -o docker-compose.yml \ https://raw.githubusercontent.com/kestra-io/kestra/develop/docker-compose.yml ```