You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by ka...@apache.org on 2021/09/12 20:06:52 UTC

[airflow] 01/01: Doc: Improve installing from sources

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 <ka...@gmail.com>
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