From c2866fd2e2af0dd685830103d864d137fdce733c Mon Sep 17 00:00:00 2001 From: Will Rouesnel Date: Fri, 1 Nov 2019 01:04:08 +1100 Subject: [PATCH] Fix README.md. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 54bf3499..da222bf3 100644 --- a/README.md +++ b/README.md @@ -242,7 +242,7 @@ GRANT SELECT ON postgres_exporter.pg_stat_replication TO postgres_exporter; > ``` # Hacking -* 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`. This will create a symlink to the just built binary in the root directory. * To build release tar balls run `go run mage.go release`. * Build system is a bit temperamental at the moment since the conversion to mage - I am working on getting it