mirror of
https://github.com/prometheus/alertmanager
synced 2025-01-15 02:26:34 +00:00
cba3e6ec83
Sentence and spelling cleanup, also removed a trailing newline. Signed-Off-By: Joe Handzik <joseph.t.handzik@hpe.com>
433 B
433 B
Generating amtool artifacts
Amtool comes with the option to create a number of ease-of-use artifacts.
go run generate_amtool_artifacts.go
Bash completion
The bash completion file can be added to /etc/bash_completion.d/
.
Man pages
Man pages can be added to the man directory of your choice
cp artifacts/*.1 /usr/local/share/man/man1/
sudo mandb
Then you should be able to view the man pages as expected.