aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorRunxi Yu <me@runxiyu.org>2025-02-14 14:11:27 +0800
committerRunxi Yu <me@runxiyu.org>2025-02-14 14:11:27 +0800
commit74a840f5299a76942d33fa491fcae2de1e831a34 (patch)
treef1c3ff65c52d0ecdcb4f15b02a6f71a66ac0552f /README.md
parentgo.mod: Bump lindenii-common (diff)
downloadforge-74a840f5299a76942d33fa491fcae2de1e831a34.tar.gz
forge-74a840f5299a76942d33fa491fcae2de1e831a34.tar.zst
forge-74a840f5299a76942d33fa491fcae2de1e831a34.zip
*: Use Makefile, and generate a version
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
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.