From 20abfda9b2b7b3766b6a9e734c8d4d65faf85948 Mon Sep 17 00:00:00 2001 From: Runxi Yu Date: Mon, 17 Feb 2025 12:24:55 +0800 Subject: [PATCH] README.md: Clarify build dependencies --- README.md | 3 ++- diff --git a/README.md b/README.md index 6999574907904ef2169b65288e8934a489c6d2ea..3656860cc2f7c20f43b504d3d9c38e419389b78d 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,8 @@ primarily designed for self-hosting by small organizations and individuals. ## Setup -* Clone the source code and build a binary with GNU make. +* Clone the source code and build a binary with `make`. + (You will need a Go toolchain, a C compiler, and GNU Make.) * Generate an SSH key pair with `ssh-keygen`. * Create a PostgreSQL database and run `schema.sql`. * Set up reverse proxies, etc., if desired. -- 2.48.1