SamLiaoP opened a new issue, #42402: URL: https://github.com/apache/airflow/issues/42402
### What do you see as an issue? [01_installation.rst](https://github.com/apache/airflow/blob/main/dev/breeze/doc/01_installation.rst) As beginners, it's easy to assume that commands like `pip install ....` or `pipx install ....` will handle everything needed, without realizing that cloning the project is required first, and we find out clone in the home directory will cause some trouble so I think we can add git clone and the warning at doc. ### Solving the problem Add `git clone https://github.com/apache/airflow.git` and `cd airflow` to the first line of the 'Installation' section in the 'Installation' chapter. Additionally, include a warning to ensure users are not in the home directory when running these commands. Adding this step at the beginning of the section will help prevent any confusion. ### 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]
