This is an automated email from the ASF dual-hosted git repository. kaxilnaik pushed a commit to branch v2-1-test in repository https://gitbox.apache.org/repos/asf/airflow.git
commit abc328040e8018eb5245ac89c7f44f20441374ac Author: Kaxil Naik <[email protected]> AuthorDate: Sun Sep 12 21:37:42 2021 +0100 Doc: Improve installing from sources (#18194) Based on https://github.com/apache/airflow/pull/18187/#discussion_r706861500 (cherry picked from commit ec79da0118048d5d80ec3126a5d8fe1452522534) --- docs/apache-airflow/installing-from-sources.rst | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) diff --git a/docs/apache-airflow/installing-from-sources.rst b/docs/apache-airflow/installing-from-sources.rst index d555910..307d1c7 100644 --- a/docs/apache-airflow/installing-from-sources.rst +++ b/docs/apache-airflow/installing-from-sources.rst @@ -55,11 +55,15 @@ main distribution directory and not from the mirrors. gpg -i KEYS - or +or + +.. code-block:: bash pgpk -a KEYS - or +or + +.. code-block:: bash pgp -ka KEYS @@ -70,11 +74,15 @@ distribution directory and follow the below guide. gpg --verify apache-airflow-********.asc apache-airflow-********* - or +or + +.. code-block:: bash pgpv apache-airflow-********.asc - or +or + +.. code-block:: bash pgp apache-airflow-********.asc
