Просмотр исходного кода

dnetview: add multitail to README

lunar-mining 4 лет назад
Родитель
Сommit
58131d42ce
1 измененных файлов с 7 добавлено и 0 удалено
  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
 tail -f /tmp/dnetview.log
 ```
+
+Or use multitail for colored output:
+
+```shell
+multitail -c /tmp/dnetview.log
+```
+