From 20abfda9b2b7b3766b6a9e734c8d4d65faf85948 Mon Sep 17 00:00:00 2001 From: Runxi Yu Date: Mon, 17 Feb 2025 12:24:55 +0800 Subject: README.md: Clarify build dependencies --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index 6999574..3656860 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. -- cgit v1.2.3