Skip to content

Commit 56fa2bb

Browse files
committed
Add binary links to README
1 parent 211d37e commit 56fa2bb

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
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+
2532
Assuming `go` is installed:
2633
```bash
2734
$ go get github.com/chrispenner/lumberjack
2835
$ $GOPATH/bin/lumberjack logs1 logs2
2936
```
3037

38+
39+
3140
Put `$GOPATH/bin` on your `$PATH` to use the `lumberjack` command.
3241

3342
## Keybindings

0 commit comments

Comments
 (0)