Skip to content

Commit e5635d2

Browse files
authored
update brew readme (#330)
1 parent 6c996a7 commit e5635d2

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,13 +179,15 @@ If you don't have maven installed, you may directly use the included [maven wrap
179179

180180
### [1.5 - Homebrew](#table-of-contents)
181181

182-
To install, run `brew install openapi-generator` (the new brew formula is pending https://github.com/Homebrew/homebrew-core/pull/28584)
182+
To install, run `brew install openapi-generator`
183183

184184
Here is an example usage to generate a Ruby client:
185185
```sh
186186
openapi-generator generate -i https://raw.githubusercontent.com/openapitools/openapi-generator/master/modules/openapi-generator/src/test/resources/2_0/petstore.yaml -g ruby -o /tmp/test/
187187
```
188188

189+
To reinstall with the latest master, run `brew reinstall --HEAD openapi-generator`
190+
189191
### [1.6 - Docker](#table-of-contents)
190192

191193
#### Public Pre-built Docker images

0 commit comments

Comments
 (0)