nijanthanvijayakumar commented on a change in pull request #17060:
URL: https://github.com/apache/airflow/pull/17060#discussion_r671638284
##########
File path: CONTRIBUTING.rst
##########
@@ -208,27 +208,33 @@ You can configure the Docker-based Breeze development
environment as follows:
1. Install the latest versions of the Docker Community Edition
and Docker Compose and add them to the PATH.
-2. Enter Breeze: ``./breeze``
+2. Install jq on your machine, using the following command:
+
+.. code-block:: bash
+
+ sudo apt install jq
Review comment:
Perfect! Thanks for the comment @uranusjr
I am a macOS user as well and I used to `brew install jq` to install the
library. However, most of the commands in the CONTRIBUTORS_QUICK_START.rst
refers to Ubuntu/Linux distribution and that's why I have limited it to the
same. However, happy to update based on the review.
--
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]