From 11b1dbf0ff585d84720b7e856149fef5bb2b1e1f Mon Sep 17 00:00:00 2001 From: Ashton Johnson Date: Mon, 17 Feb 2025 16:04:35 -0600 Subject: [PATCH] Update contributing.md (#16641) Added note to include buildx plugin with Docker --- docs/docs/development/contributing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/development/contributing.md b/docs/docs/development/contributing.md index 32fc13e1f..eb33765fe 100644 --- a/docs/docs/development/contributing.md +++ b/docs/docs/development/contributing.md @@ -34,7 +34,7 @@ Fork [blakeblackshear/frigate-hass-integration](https://github.com/blakeblackshe ### Prerequisites - GNU make -- Docker +- Docker (including buildx plugin) - An extra detector (Coral, OpenVINO, etc.) is optional but recommended to simulate real world performance. :::note