Explorar o código

Docs: output location from build script

Tobias Skarhed %!s(int64=7) %!d(string=hai) anos
pai
achega
c650b50c37
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      docs/sources/project/building_from_source.md

+ 1 - 1
docs/sources/project/building_from_source.md

@@ -66,7 +66,7 @@ You can run a local instance of Grafana by running:
 ```bash
 ./bin/grafana-server
 ```
-If you built the binary with `go run build.go build`, run `./bin/grafana-server`
+Or, if you built the binary with `go run build.go build`, run `./bin/<os>-<architecture>/grafana-server`
 
 If you built it with `go build .`, run `./grafana`