aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRunxi Yu <me@runxiyu.org>2025-02-17 12:24:55 +0800
committerRunxi Yu <me@runxiyu.org>2025-02-17 12:24:55 +0800
commit20abfda9b2b7b3766b6a9e734c8d4d65faf85948 (patch)
tree5a1214cad567e008657c754766f2b8933a23eab2
parentgit_hooks_client.c: Clarify error messages (diff)
downloadforge-20abfda9b2b7b3766b6a9e734c8d4d65faf85948.tar.gz
forge-20abfda9b2b7b3766b6a9e734c8d4d65faf85948.tar.zst
forge-20abfda9b2b7b3766b6a9e734c8d4d65faf85948.zip
README.md: Clarify build dependencies
-rw-r--r--README.md3
1 files changed, 2 insertions, 1 deletions
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.