Merge pull request #206 from SemperFu/0.0.9-alpha

Remove -Wait for Powershell comment
This commit is contained in:
Bryan Ashby 2018-11-18 13:01:42 -07:00 committed by GitHub
commit 8f276e8d97
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -67,7 +67,7 @@
//
// Remember you can pipe logs through Bunyan to pretty-print:
// Linux : tail -F ./logs/enigma-bbs.log | bunyan
// PowerShell : Get-Content .\enigma-bbs.log -Wait -Tail 15 | bunyan.cmd
// PowerShell : Get-Content .\enigma-bbs.log -Tail 15 | bunyan.cmd
//
// (npm install -g bunyan to get the binary)
//