alertmanager/artifacts
Joe Handzik cba3e6ec83 Cleanup artifacts/README.md (#988)
Sentence and spelling cleanup, also removed a trailing newline.

Signed-Off-By: Joe Handzik <joseph.t.handzik@hpe.com>
2017-09-11 18:34:15 +01:00
..
README.md Cleanup artifacts/README.md (#988) 2017-09-11 18:34:15 +01:00
generate_amtool_artifacts.go Amtool implementation (#636) 2017-04-20 11:04:17 +02:00

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.