Browse Source

cmd/strelaysrv: Correct go get command in README

Skip-check: authors

GitHub-Pull-Request: https://github.com/syncthing/syncthing/pull/3564
Aranjedeath 9 years ago
parent
commit
7569b75d61
1 changed files with 1 additions and 1 deletions
  1. 1 1
      cmd/strelaysrv/README.md

+ 1 - 1
cmd/strelaysrv/README.md

@@ -5,7 +5,7 @@ strelaysrv
 
 This is the relay server for the `syncthing` project.
 
-To get it, run `go get github.com/syncthing/strelaysrv` or download the
+To get it, run `go get github.com/syncthing/syncthing/cmd/strelaysrv` or download the
 [latest build](http://build.syncthing.net/job/strelaysrv/lastSuccessfulBuild/artifact/)
 from the build server.