Skip to content

Commit 86a4453

Browse files
authored
Add brew instructions to readme file. Fix for issue #744.
1 parent 11444ef commit 86a4453

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,14 @@ Available on [Maven Central](https://search.maven.org/artifact/org.openapitools.
3838
</dependency>
3939
```
4040

41+
# Homebrew
42+
Available for Mac users on [brew](https://formulae.brew.sh/formula/openapi-diff)
43+
44+
```bash
45+
brew install openapi-diff
46+
```
47+
Usage instructions in [Ussage -> Command line](#command-line)
48+
4149
# Docker
4250

4351
Available on [Docker Hub](https://hub.docker.com/r/openapitools/openapi-diff/) as `openapitools/openapi-diff`.
@@ -72,7 +80,6 @@ usage: openapi-diff <old> <new>
7280
--warn Print warning information
7381
```
7482
75-
7683
## Build the image
7784
7885
This is only required if you want to try new changes in the Dockerfile of this project.

0 commit comments

Comments
 (0)