Skip to content

Commit c2866fd

Browse files
committed
Fix README.md.
1 parent bb0870c commit c2866fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@ GRANT SELECT ON postgres_exporter.pg_stat_replication TO postgres_exporter;
242242
> ```
243243
244244
# Hacking
245-
* To build a copy for your current architecture run `go run mage.go binary` or just `go run mage.go`
245+
* To build a copy for your current architecture run `go run mage.go binary`.
246246
This will create a symlink to the just built binary in the root directory.
247247
* To build release tar balls run `go run mage.go release`.
248248
* Build system is a bit temperamental at the moment since the conversion to mage - I am working on getting it

0 commit comments

Comments
 (0)