uranusjr commented on a change in pull request #17060:
URL: https://github.com/apache/airflow/pull/17060#discussion_r671608146
##########
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:
We don’t limit this guide to Ubuntu (or Debian) users, so this should
say something like
```rst
Install jq on your machine. The exact command depends on the operating
system (or Linux distribution) you use. For example, on Ubuntu:
.. code-block:: bash
sudo apt install jq
Or on macOS with Homebrew:
.. code-block:: bash
brew install jq
##########
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:
We don’t limit this guide to Ubuntu (or Debian) users, so this should
say something like
```rst
Install jq on your machine. The exact command depends on the operating system
(or Linux distribution) you use. For example, on Ubuntu:
.. code-block:: bash
sudo apt install jq
Or on macOS with Homebrew:
.. code-block:: bash
brew install jq
```
--
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]