Browse Source

dnetview: add multitail to README

lunar-mining 4 years ago
parent
commit
58131d42ce
1 changed files with 7 additions and 0 deletions
  1. 7 0
      bin/dnetview/README.md

+ 7 - 0
bin/dnetview/README.md

@@ -39,3 +39,10 @@ and other debug info, tail the file like so:
 ```shell
 ```shell
 tail -f /tmp/dnetview.log
 tail -f /tmp/dnetview.log
 ```
 ```
+
+Or use multitail for colored output:
+
+```shell
+multitail -c /tmp/dnetview.log
+```
+