Skip to content

Commit

Permalink
Add FAQ section
Browse files Browse the repository at this point in the history
Include the suggestion from #89
  • Loading branch information
mondwan authored Mar 9, 2019
1 parent 77abef0 commit b4b064e
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

a ping wrapper for nodejs

@last-modified: 2018-09-30 12:43
@last-modified: 2019-03-09

# LICENSE MIT

Expand Down Expand Up @@ -143,6 +143,12 @@ them are expected to be cross platform.
* By setting `numeric`, `timeout` or `min_reply` to false, you can run `ping`
without corresponding arguments.

# FAQ

* It does not work with busybox's ping implemetation [#89]

Try to install package `iputils`. For example, running `apk add iputils`

# Contributing

Before opening a pull request please make sure your changes follow the
Expand Down

0 comments on commit b4b064e

Please sign in to comment.