From 60a878719be16b040f7c3d6a98f2e50c355ae79b Mon Sep 17 00:00:00 2001 From: Nick Bolton Date: Sat, 14 Jun 2025 22:10:40 +0100 Subject: [PATCH] Update README.md - Link to server project --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a3f5fce..92aac5d 100644 --- a/README.md +++ b/README.md @@ -62,6 +62,7 @@ Yes, when we get enough requests. Right now you have to manually install the `.v ### How does it work? -We run a WebSockets server that your computers will connect to securely via a GitHub auth token. +We run a WebSockets server ([multi-build-server](https://github.com/symless/multi-build-server)) +that your computers will connect to securely via a GitHub auth token. When you run the sync command, all computers will receive it along with what repo, remote, and branch to checkout and pull. Once checkout is done, the configure and build commands run so that all computers have build the same version.