Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.