Ei-Sandi commented on code in PR #67952: URL: https://github.com/apache/airflow/pull/67952#discussion_r3348290119
########## contributing-docs/03a_contributors_quick_start_beginners.rst: ########## @@ -93,8 +93,11 @@ Option A – Breeze on Your Laptop The command starts a shell and launches multiple terminals using tmux and launches all Airflow necessary components in those terminals. To know more about tmux commands, -check out this cheat sheet: https://tmuxcheatsheet.com/. Now You can also access Airflow UI on your local machine at `http://localhost:28080 <http://localhost:28080>`_ with user name ``admin`` and password ``admin``. To exit breeze, type ``stop_airflow`` in any -of the tmux panes and hit Enter +check out this cheat sheet: https://tmuxcheatsheet.com/. Now You can also access Airflow UI on your local machine at `http://localhost:28080 <http://localhost:28080>`_ with user name ``admin`` and password ``admin``. To exit breeze, press ``q`` in any of the tmux panes and clean up the resources by running the following command: Review Comment: > Actually `tmux` is not default any more - can you add some clarification about it ? The default one is `mprocs` now - and you can choose `tmux` via `--terminal-multiplexer` option. > > Can you please update the instructions? I have updated the instructions as suggested. Can you please have a look at it again ? Thank you. -- 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]
