diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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. |