We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb0870c commit c2866fdCopy full SHA for c2866fd
README.md
@@ -242,7 +242,7 @@ GRANT SELECT ON postgres_exporter.pg_stat_replication TO postgres_exporter;
242
> ```
243
244
# Hacking
245
-* To build a copy for your current architecture run `go run mage.go binary` or just `go run mage.go`
+* To build a copy for your current architecture run `go run mage.go binary`.
246
This will create a symlink to the just built binary in the root directory.
247
* To build release tar balls run `go run mage.go release`.
248
* Build system is a bit temperamental at the moment since the conversion to mage - I am working on getting it
0 commit comments