aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorSimon Frei <freisim93@gmail.com>2022-05-06 07:56:26 +0200
committerGitHub <noreply@github.com>2022-05-06 07:56:26 +0200
commitf35fb974d029de23498ed6d8da3c81c1c72cd1ac (patch)
tree08ca4b8855c3ff33cc92fa63bdd5141b72473391 /README.md
parentf8c51d801ab1b7c67918316794c6ec7f4ac672b5 (diff)
downloadsyncthing-f35fb974d029de23498ed6d8da3c81c1c72cd1ac.tar.gz
syncthing-f35fb974d029de23498ed6d8da3c81c1c72cd1ac.zip
build: Add concise build instructions to readme (#8327)
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 5 insertions, 3 deletions
diff --git a/README.md b/README.md
index 680f7ae67..f11252f7e 100644
--- a/README.md
+++ b/README.md
@@ -79,8 +79,10 @@ bug, feel free to report it in the [GitHub issue tracker][10].
## Building
-Building Syncthing from source is easy, and there's [a guide][5]
-that describes it for both Unix and Windows systems.
+Building Syncthing from source is easy. After extracting the source bundle from
+a release or checking out git, you just need to run `go run build.go` and the
+binaries are created in `./bin`. There's [a guide][5] with more details on the
+build process.
## Signed Releases
@@ -112,4 +114,4 @@ All code is licensed under the [MPLv2 License][7].
[14]: assets/logo-text-128.png
[15]: https://syncthing.net/
[16]: https://github.com/syncthing/syncthing/blob/main/README-Docker.md
-[17]: https://github.com/syncthing/docs \ No newline at end of file
+[17]: https://github.com/syncthing/docs