We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 11444ef commit 86a4453Copy full SHA for 86a4453
README.md
@@ -38,6 +38,14 @@ Available on [Maven Central](https://search.maven.org/artifact/org.openapitools.
38
</dependency>
39
```
40
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
49
# Docker
50
51
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>
72
80
--warn Print warning information
73
81
74
82
75
-
76
83
## Build the image
77
84
78
85
This is only required if you want to try new changes in the Dockerfile of this project.
0 commit comments