cheat: install manpage

This commit is contained in:
Mario Rodas 2020-05-24 14:14:14 -05:00
parent 67d6002df1
commit 32ca1489dd
No known key found for this signature in database
GPG key ID: 325649BCA6D53027

View file

@ -17,6 +17,7 @@ buildGoModule rec {
nativeBuildInputs = [ installShellFiles ];
postInstall = ''
installManPage doc/cheat.1
installShellCompletion scripts/cheat.{bash,fish,zsh}
'';