Skip to content

Commit

Permalink
docs: Windows and Mac binary also available in releases
Browse files Browse the repository at this point in the history
  • Loading branch information
roerohan committed Nov 23, 2020
1 parent 7a38335 commit 644ab33
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ With the help of this package, you can generate a binary, which can run inside m
<!-- GETTING STARTED -->
## Getting Started

A binary for `linux` is available in the [GitHub releases](https://github.com/roerohan/wait-for-it/releases/).
A `amd64` (64-bit) executables for `linux`, `darwin`, and `windows` are available in the [GitHub releases](https://github.com/roerohan/wait-for-it/releases/).

If you want to build a binary for a different Operating System / Architecture, you can follow the procedure below.

Expand Down Expand Up @@ -115,6 +115,8 @@ Usage of wait-for-it:
Services to be waiting for, in the form host:port
```

You can run any executable after passing ` -- `, like in the examples below.

### Examples:

1. Waiting for multiple services in parallel.
Expand Down

0 comments on commit 644ab33

Please sign in to comment.