Commit d31e04bf authored by Ed Reel's avatar Ed Reel

Add command to set the PAGER environment variable

parent 8f767334
...@@ -187,4 +187,8 @@ git fetch origin master ...@@ -187,4 +187,8 @@ git fetch origin master
git reset --hard origin/master git reset --hard origin/master
crew install buildessential crew install buildessential
crew install less crew install less
echo
echo "You will have to set the default PAGER environment variable to be able to use less:"
echo "echo \"export PAGER=$CREW_PREFIX/bin/less\" >> ~/.bashrc && . ~/.bashrc"
echo
echo "Chromebrew installed successfully and package lists updated." echo "Chromebrew installed successfully and package lists updated."
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