mirror of
https://github.com/prometheus/alertmanager
synced 2024-12-26 08:02:16 +00:00
cba3e6ec83
Sentence and spelling cleanup, also removed a trailing newline. Signed-Off-By: Joe Handzik <joseph.t.handzik@hpe.com> |
||
---|---|---|
.. | ||
generate_amtool_artifacts.go | ||
README.md |
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.