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

potiuk 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 5f535286352 Removed Prompt to ease copy paste (#48518)
5f535286352 is described below

commit 5f535286352e9004a74f3e4533ed4a9764aa5f07
Author: Shahbaz Aamir <[email protected]>
AuthorDate: Mon Mar 31 08:41:18 2025 +0530

    Removed Prompt to ease copy paste (#48518)
    
    Excluded prompt while copying the commands
---
 contributing-docs/03_contributors_quick_start.rst | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/contributing-docs/03_contributors_quick_start.rst 
b/contributing-docs/03_contributors_quick_start.rst
index e9cfd307a19..60916305646 100644
--- a/contributing-docs/03_contributors_quick_start.rst
+++ b/contributing-docs/03_contributors_quick_start.rst
@@ -539,32 +539,32 @@ Using Breeze
 
   .. code-block:: bash
 
-    root@0c6e4ff0ab3d:/opt/airflow# tmux
+     tmux
 
   3. Press Ctrl + B and "
 
   .. code-block:: bash
 
-    root@0c6e4ff0ab3d:/opt/airflow# airflow scheduler
+    airflow scheduler
 
 
   4. Press Ctrl + B and %
 
   .. code-block:: bash
 
-    root@0c6e4ff0ab3d:/opt/airflow# airflow api-server
+    airflow api-server
 
   5. Press Ctrl + B and %
 
   .. code-block:: bash
 
-    root@0c6e4ff0ab3d:/opt/airflow# airflow dag-processor
+    airflow dag-processor
 
   6. Press Ctrl + B and up arrow followed by Ctrl + B and %
 
   .. code-block:: bash
 
-    root@0c6e4ff0ab3d:/opt/airflow# airflow triggerer
+    airflow triggerer
 
   7. Press Ctrl + B followed by (Optional step for better tile arrangement)
 

Reply via email to