mirror of
https://github.com/prometheus-community/postgres_exporter
synced 2025-04-09 10:47:18 +00:00
Fix README.md.
This commit is contained in:
parent
bb0870c562
commit
c2866fd2e2
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user