update readme with info about binary files

pull/116/merge
Maciej Winnicki 2018-01-03 14:10:18 +01:00
parent baa9e3de7b
commit 0f0e8d5044
No known key found for this signature in database
GPG Key ID: 035AA4FA2183ADFA
1 changed files with 5 additions and 7 deletions

View File

@ -9,7 +9,7 @@
## Quick start
- `npm i frontail -g`
- `npm i frontail -g` or download a binary file from [Releases](https://github.com/mthenw/frontail/releases) page
- `frontail /var/log/syslog`
- visit [http://127.0.0.1:9001](http://127.0.0.1:9001)
@ -25,13 +25,11 @@
* tailing [multiple files](#tailing-multiple-files) and [stdin](#stdin)
* basic authentication
## Installation
## Installation options
npm i frontail -g
or use [Docker image](https://registry.hub.docker.com/u/mthenw/frontail/)
docker run -d -P -v /var/log:/log mthenw/frontail /log/syslog
* download a binary file from [Releases](https://github.com/mthenw/frontail/releases) page
* using [npm package](https://www.npmjs.com/package/frontail): `npm i frontail -g`
* using [Docker image](https://registry.hub.docker.com/u/mthenw/frontail/): `docker run -d -P -v /var/log:/log mthenw/frontail /log/syslog`
## Usage