This is an automated email from the ASF dual-hosted git repository.

husseinawala pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git


The following commit(s) were added to refs/heads/main by this push:
     new e6b4f7d8c0 Add libxml2 install command for macOS in contributor quick 
start doc (#36388)
e6b4f7d8c0 is described below

commit e6b4f7d8c0735ca8fbd069481f37eb2cd341bcd0
Author: y.yoshida5 <[email protected]>
AuthorDate: Sun Dec 24 03:55:51 2023 +0900

    Add libxml2 install command for macOS in contributor quick start doc 
(#36388)
    
    * add libxml2 install command for macOS in contributor quick start doc
    
    * Update CONTRIBUTORS_QUICK_START.rst
    
    Co-authored-by: Andrey Anshin <[email protected]>
    
    ---------
    
    Co-authored-by: Andrey Anshin <[email protected]>
---
 CONTRIBUTORS_QUICK_START.rst | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/CONTRIBUTORS_QUICK_START.rst b/CONTRIBUTORS_QUICK_START.rst
index e79c9cbe02..f56a9e6752 100644
--- a/CONTRIBUTORS_QUICK_START.rst
+++ b/CONTRIBUTORS_QUICK_START.rst
@@ -543,10 +543,18 @@ To avoid burden on CI infrastructure and to save time, 
Pre-commit hooks can be r
 
 1.  Installing required packages
 
+on Debian / Ubuntu, install via
+
 .. code-block:: bash
 
   sudo apt install libxml2-utils
 
+on macOS, install via
+
+.. code-block:: bash
+
+  brew install libxml2
+
 2. Installing required Python packages
 
 .. code-block:: bash

Reply via email to