This is an automated email from the ASF dual-hosted git repository.
jasonliu 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 9b9a109f385 docs: fix numbered list (#47978)
9b9a109f385 is described below
commit 9b9a109f3854f21f25b086b563b413b013653adf
Author: yunchi <[email protected]>
AuthorDate: Wed Mar 19 19:14:20 2025 -0700
docs: fix numbered list (#47978)
---
contributing-docs/03_contributors_quick_start.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/contributing-docs/03_contributors_quick_start.rst
b/contributing-docs/03_contributors_quick_start.rst
index a052b9c260d..0ea70f35c22 100644
--- a/contributing-docs/03_contributors_quick_start.rst
+++ b/contributing-docs/03_contributors_quick_start.rst
@@ -53,7 +53,7 @@ If you do not work in a remote development environment, you
will need these prer
1. UV is recommended for managing Python versions and virtual environments
2. Docker Community Edition (you can also use Colima or others, see
instructions below)
3. Docker buildx
-3. Docker Compose
+4. Docker Compose
The below setup describes `Ubuntu installation
<https://docs.docker.com/engine/install/ubuntu/>`_.
It might be slightly different on different machines.