Commit 91d0771c authored by lyxell's avatar lyxell Committed by GitHub

Merge pull request #414 from cstrouse/fix-mandb

[mandb] Update post-installation message to include missing step
parents dafc98c3 4a02132a
......@@ -24,6 +24,8 @@ class Mandb < Package
puts ""
puts "You will have to change the default PAGER env variable to be able to use mandb:"
puts "echo \"export PAGER=/usr/local/bin/less\" >> ~/.bashrc && . ~/.bashrc"
puts ""
puts "You will also have to set the MANPATH env variable:"
puts "echo \"export MANPATH/usr/local/man:$MANPATH\" >> ~/.bashrc && ~/.bashrc"
end
end
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment