This is an automated email from the ASF dual-hosted git repository. kaxilnaik pushed a commit to branch improve-rel-guide in repository https://gitbox.apache.org/repos/asf/airflow.git
commit e212977111d09962ba3d182b03b05487219e7365 Author: Kaxil Naik <[email protected]> AuthorDate: Sun Sep 12 21:06:24 2021 +0100 Doc: Improve installing from sources Based on https://github.com/apache/airflow/pull/18187/#discussion_r706861500 --- 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 630e61c..4e64a2a 100644 --- a/docs/apache-airflow/installing-from-sources.rst +++ b/docs/apache-airflow/installing-from-sources.rst @@ -57,11 +57,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 @@ -72,11 +76,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
