From 9a43942f12dd77cbc1b7346bdb6ec853c93189a2 Mon Sep 17 00:00:00 2001 From: Tobias O Date: Fri, 3 Oct 2025 11:50:52 +1300 Subject: [PATCH] docs: remove alternative install instructions for lower maintenance. Signed-off-by: Tobias O --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 49dd520a..a5f59a6d 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,7 @@ These instructions will guide you through setting up the project for local devel - [uv](https://github.com/astral-sh/uv) - Python package manager - **Docker and Docker Compose** - Required for running PostgreSQL database - Git +- Make > **Note:** This application requires PostgreSQL (uses `ArrayField`). Docker is the easiest way to run PostgreSQL locally.