Added note on use of 'less -R' for colorized output.

This commit is contained in:
citibeth
2016-03-27 15:22:52 -04:00
committed by Elizabeth Fischer
parent 7f57405eac
commit 2efd7a5e0b

View File

@@ -6,6 +6,15 @@ Basic usage
The ``spack`` command has many *subcommands*. You'll only need a The ``spack`` command has many *subcommands*. You'll only need a
small subset of them for typical usage. small subset of them for typical usage.
Note that Spack colorizes output. ``less -R`` should be used with
Spack to maintian this colorization. Eg::
spack find | less -R
It is recommend that the following be put in your ``.bashrc`` file::
alias less='less -R'
Listing available packages Listing available packages
------------------------------ ------------------------------