Skip to content

Commit

Permalink
Add infor about not running on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
mthenw committed Aug 14, 2018
1 parent 1fb8d5b commit 54d293e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@

## Installation options

* download a binary file from [Releases](https://github.com/mthenw/frontail/releases) page
* download a binary file from [Releases](https://github.com/mthenw/frontail/releases) page (currently `frontail` doesn't work on Windows)
* 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`

Expand Down
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,7 @@
"targets": [
"node8-alpine-x64",
"node8-linux-x64",
"node8-macos-x64",
"node8-win-x64"
"node8-macos-x64"
]
},
"repository": {
Expand Down

0 comments on commit 54d293e

Please sign in to comment.