File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed
Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change 11# LumberJack [ ![ CircleCI] ( https://circleci.com/gh/ChrisPenner/LumberJack.svg?style=svg )] ( https://circleci.com/gh/ChrisPenner/LumberJack )
2+ [ Download Binary] ( https://github.com/ChrisPenner/LumberJack/releases/latest )
23
34![ screenshot] ( docs/screenshot.png )
45![ demo] ( docs/demo.gif )
@@ -22,12 +23,20 @@ It can also:
2223- Highlight text matching a given regular expression
2324
2425## Install
26+
27+ The simplest method is to download a binary for your platform here:
28+ [ Download Binary] ( https://github.com/ChrisPenner/LumberJack/releases/latest )
29+
30+ Or you can install from source:
31+
2532Assuming ` go ` is installed:
2633``` bash
2734$ go get github.com/chrispenner/lumberjack
2835$ $GOPATH /bin/lumberjack logs1 logs2
2936```
3037
38+
39+
3140Put ` $GOPATH/bin ` on your ` $PATH ` to use the ` lumberjack ` command.
3241
3342## Keybindings
You can’t perform that action at this time.
0 commit comments