edithturn commented on a change in pull request #19124: URL: https://github.com/apache/airflow/pull/19124#discussion_r735585515
########## File path: CONTRIBUTING.rst ########## @@ -221,10 +221,14 @@ or on macOS with `Homebrew <https://formulae.brew.sh/formula/jq>`_ brew install jq -3. Enter Breeze: ``./breeze`` +3. Enter Breeze, in airflow folder run: - Breeze starts with downloading the Airflow CI image from - the Docker Hub and installing all required dependencies. +.. code-block:: bash + + ./breeze + +Breeze starts with downloading the Airflow CI image from +the Docker Hub and installing all required dependencies. Review comment: @uranusjr I fixed it, let me know if they are okay. This seems fine :) -- 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]
