From 74a840f5299a76942d33fa491fcae2de1e831a34 Mon Sep 17 00:00:00 2001 From: Runxi Yu Date: Fri, 14 Feb 2025 14:11:27 +0800 Subject: *: Use Makefile, and generate a version --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index 0082f68..f8ab85d 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ primarily designed for self-hosting by small organizations and individuals. ## Setup -* Clone the source code and build a binary with `go build`. +* Clone the source code and build a binary with 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