docs: README

This commit is contained in:
Dylan Araps 2017-06-30 11:15:25 +10:00
parent ba29542a2a
commit d9b8b197b0

View File

@ -90,6 +90,10 @@ Add this line to your shell startup file. (`.bashrc`, `.zshrc` or etc.)
```sh ```sh
# Import colorscheme from 'wal' # Import colorscheme from 'wal'
(wal -r &) (wal -r &)
# If the command above doesn't work,
# try this alternative.
setsid wal -r
``` ```
Here's how the extra syntax above works: Here's how the extra syntax above works: