Update CONTRIBUTING.md

Highlight docker version dependency
This commit is contained in:
Alex Ong 2024-01-06 14:21:36 +11:00 committed by GitHub
parent 48b3eb2672
commit 0d740e211d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 3 deletions

View File

@ -46,9 +46,11 @@ Help make reviewing easier by following these guidelines:
### Local setup
You can use Docker (surprise) to build and serve the files locally. This
requires Docker Desktop version 4.24 or later, or Docker Engine with Docker
Compose version 2.22 or later.
You can use Docker (surprise) to build and serve the files locally.
> [!IMPORTANT]
> This requires Docker Desktop version **4.24** or later, or Docker Engine with Docker
> Compose version [**2.22**](https://docs.docker.com/compose/file-watch/) or later.
1. Clone the repository: