You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by po...@apache.org on 2020/08/08 16:36:11 UTC

[airflow] branch master updated: Improve documentation in docs/start.rst (#10243)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new b7e4d33  Improve documentation in docs/start.rst (#10243)
b7e4d33 is described below

commit b7e4d33f1018293849a521b04efbe108a475acb7
Author: Kaxil Naik <ka...@gmail.com>
AuthorDate: Sat Aug 8 17:35:40 2020 +0100

    Improve documentation in docs/start.rst (#10243)
    
    `lay` -> `create`
    Remove ` # if you build with master` as this is the document for Master itself
---
 docs/start.rst | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/docs/start.rst b/docs/start.rst
index c72ab73..b382791 100644
--- a/docs/start.rst
+++ b/docs/start.rst
@@ -35,7 +35,6 @@ The installation is quick and straightforward.
     # initialize the database
     airflow db init
 
-    # if you build with master
     airflow users create \
         --username admin \
         --firstname Peter \
@@ -53,8 +52,8 @@ The installation is quick and straightforward.
     # created to login. Enable the example_bash_operator dag in the home page
 
 Upon running these commands, Airflow will create the ``$AIRFLOW_HOME`` folder
-and lay an "airflow.cfg" file with defaults that get you going fast. You can
-inspect the file either in ``$AIRFLOW_HOME/airflow.cfg``, or through the UI in
+and create the "airflow.cfg" file with defaults that will get you going fast.
+You can inspect the file either in ``$AIRFLOW_HOME/airflow.cfg``, or through the UI in
 the ``Admin->Configuration`` menu. The PID file for the webserver will be stored
 in ``$AIRFLOW_HOME/airflow-webserver.pid`` or in ``/run/airflow/webserver.pid``
 if started by systemd.