From 8b5799822954b3f3ddaa9af489b56b20e5ddb24f Mon Sep 17 00:00:00 2001 From: Drew DeVault Date: Sat, 31 Oct 2020 17:03:54 -0400 Subject: Update builds.sr.ht/installation.md --- builds.sr.ht/installation.md | 1 + 1 file changed, 1 insertion(+) diff --git a/builds.sr.ht/installation.md b/builds.sr.ht/installation.md index b8bc3ce..2ed6cd1 100644 --- a/builds.sr.ht/installation.md +++ b/builds.sr.ht/installation.md @@ -128,6 +128,7 @@ In order to run builds, we require the following: Don't forget to configure DNS, too. - SSH listening on port 22 (the standard port) with passwordless login *enabled* - A user named `build` to log into SSH with, preferrably with uid 1000 +- git config setting user.name to builds.sr.ht and user.email to builds@sr.ht - Bash (temporary - we'll make this more generic at some point) Not strictly necessary, but recommended: -- cgit