diff options
-rw-r--r-- | builds.sr.ht/installation.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/builds.sr.ht/installation.md b/builds.sr.ht/installation.md index bd4942b..44116ae 100644 --- a/builds.sr.ht/installation.md +++ b/builds.sr.ht/installation.md @@ -169,3 +169,6 @@ Once all of this is done, make sure the worker is compiled (with go 1.11 or later) by running `go build` in the worker/ directory, start the `builds.sr.ht-worker` service and it's off to the races. Submit builds on the master server and they should run correctly at this point. + +For SSH access to (failed) builds you will need to install `git.sr.ht` and +configure `[git.sr.ht::dispatch]` for `buildsrht-keys`. |