Note about GOPATH

This commit is contained in:
Jakob Borg
2015-05-30 08:24:24 +02:00
parent debef5cf6e
commit 665ce7aa58
+2
View File
@@ -35,6 +35,8 @@ If you're not a Go developer since before, the easiest way to get going
is to download the latest version of Go as instructed in
http://golang.org/doc/install and ``export GOPATH=~``.
.. note:: You need to set ``GOPATH`` correctly and the source **must** be checked out into ``$GOPATH/src/github.com/syncthing/syncthing``. The instructions below accomplish this correctly.
Building (Unix)
---------------