Commit 15c65708 authored by lyxell's avatar lyxell

Print instructions for setting the default PAGER

parent 2a693270
......@@ -15,6 +15,9 @@ class Mandb < Package
def self.install
system 'make', 'install'
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"
end
depends_on 'libpipeline'
......
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