Added note on use of 'less -R' for colorized output.
This commit is contained in:

committed by
Elizabeth Fischer

parent
7f57405eac
commit
2efd7a5e0b
@@ -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
|
||||||
------------------------------
|
------------------------------
|
||||||
|
Reference in New Issue
Block a user