From b100d0d6a4750c93114d250e83813c6e283b8f83 Mon Sep 17 00:00:00 2001 From: Lloyd Brookes Date: Thu, 8 May 2014 15:50:25 +0200 Subject: [PATCH] readme --- README.md | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index a4a81e9..5665a32 100644 --- a/README.md +++ b/README.md @@ -85,21 +85,19 @@ All stored defaults are overriden by options supplied at the command line. Use with Logstalgia ------------------- -The "default" log-format is compatible with [logstalgia](http://code.google.com/p/logstalgia/). +The "default" log-format is compatible with [logstalgia](http://code.google.com/p/logstalgia/). -If you wrote your log output to disk, like so: +###Install Logstalgia +On MacOSX, install with [homebrew](http://brew.sh): ```sh -$ ws --log-format default > web.log +$ brew install logstalgia ``` -Then you could visualise in logstalgia with: -```sh -$ logstalgia web.log -``` +Alternatively, [download a release for your system from github](https://github.com/acaudwell/Logstalgia/releases/latest). -Alternatively, pipe directly from ws into logstalgia for real-time visualisation: +Then pipe the `default` output directly into logstalgia for real-time visualisation: ```sh -$ ws --log-format default | logstalgia - +$ ws -f default | logstalgia - ``` Use with glTail