Skip to content

Commit

Permalink
Add binary links to README
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisPenner committed Dec 19, 2016
1 parent 211d37e commit 56fa2bb
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# LumberJack [![CircleCI](https://circleci.com/gh/ChrisPenner/LumberJack.svg?style=svg)](https://circleci.com/gh/ChrisPenner/LumberJack)
[Download Binary](https://github.com/ChrisPenner/LumberJack/releases/latest)

![screenshot](docs/screenshot.png)
![demo](docs/demo.gif)
Expand All @@ -22,12 +23,20 @@ It can also:
- Highlight text matching a given regular expression

## Install

The simplest method is to download a binary for your platform here:
[Download Binary](https://github.com/ChrisPenner/LumberJack/releases/latest)

Or you can install from source:

Assuming `go` is installed:
```bash
$ go get github.com/chrispenner/lumberjack
$ $GOPATH/bin/lumberjack logs1 logs2
```



Put `$GOPATH/bin` on your `$PATH` to use the `lumberjack` command.

## Keybindings
Expand Down

0 comments on commit 56fa2bb

Please sign in to comment.