Updated FAQ (markdown)

Andrey Petrov 2016-08-19 11:20:03 -04:00
parent 9c31fb78a8
commit 3f1b8884f0

2
FAQ.md

@ -116,3 +116,5 @@ Use an editor that supports ANSI escape codes. For example:
```bash ```bash
$ printf "\033[91mHello\033[0m world.\n" > motd.txt $ printf "\033[91mHello\033[0m world.\n" > motd.txt
``` ```
Will print "Hello" in red, then "world." in the default color.