diff --git a/docs/source/get_started/new_project.md b/docs/source/get_started/new_project.md index 2a7f579926..4544791c37 100644 --- a/docs/source/get_started/new_project.md +++ b/docs/source/get_started/new_project.md @@ -133,7 +133,7 @@ kedro run ``` ```{warning} -`kedro run` requires at least one pipeline with nodes. Please define a pipeline before running this command. +`kedro run` requires at least one pipeline with nodes. Please define a pipeline before running this command, and ensure it is registred in `pipeline_registry.py`. ``` ```{note}