farrukh-t opened a new issue, #56397: URL: https://github.com/apache/airflow/issues/56397
### What do you see as an issue? There is a line in [contribution quickstart](https://github.com/apache/airflow/blob/main/contributing-docs/03a_contributors_quick_start_beginners.rst) docs that says that in order to exit breeze one needs to type `start-airflow`:\ https://github.com/apache/airflow/blob/3a93f9b075b55fc3f657288e140cbdf46d92c56d/contributing-docs/03a_contributors_quick_start_beginners.rst?plain=1#L87 However, I think the command to exit breeze is `stop_airflow`, not `start-airflow`. running `start-airflow` inside one of the tmux panes fails with the following error: ```sh bash: start-airflow: command not found ``` The intro message in the tmux pane also suggests to use `stop_airflow` to exit, not `start-airflow`: <img width="1393" height="579" alt="Image" src="https://github.com/user-attachments/assets/0669392f-c6d2-4fdb-a603-b577d6b970ca" /> ### Solving the problem In contribution quickstart on line https://github.com/apache/airflow/blob/3a93f9b075b55fc3f657288e140cbdf46d92c56d/contributing-docs/03a_contributors_quick_start_beginners.rst?plain=1#L87 `start-airflow` command should be replaced with `stop_airflow` ### Anything else _No response_ ### Are you willing to submit PR? - [x] Yes I am willing to submit a PR! ### Code of Conduct - [x] I agree to follow this project's [Code of Conduct](https://github.com/apache/airflow/blob/main/CODE_OF_CONDUCT.md) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
