update README with install instructions (closes #13)

This commit is contained in:
Magnus Woldrich 2012-11-21 17:54:42 +01:00
parent 1192886347
commit 4f55678aff

View file

@ -24,6 +24,14 @@ file:
eval $( dircolors -b $HOME/LS_COLORS )
A quick way to install would be the following set of commands (assuming bash):
```sh
wget https://raw.github.com/trapd00r/LS_COLORS/master/LS_COLORS -O $HOME/.dircolors
echo 'eval $(dircolors -b $HOME/.dircolors)' >> $HOME/.bashrc
. $HOME/.bashrc
```
ZSH SYNTAX HIGHLIGHTING
=======================