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 1
1
# 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 )
2
3
3
4
![ screenshot] ( docs/screenshot.png )
4
5
![ demo] ( docs/demo.gif )
@@ -22,12 +23,20 @@ It can also:
22
23
- Highlight text matching a given regular expression
23
24
24
25
## 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
+
25
32
Assuming ` go ` is installed:
26
33
``` bash
27
34
$ go get github.com/chrispenner/lumberjack
28
35
$ $GOPATH /bin/lumberjack logs1 logs2
29
36
```
30
37
38
+
39
+
31
40
Put ` $GOPATH/bin ` on your ` $PATH ` to use the ` lumberjack ` command.
32
41
33
42
## Keybindings
You can’t perform that action at this time.
0 commit comments