forked from loafle/openapi-generator-original
[README] Update instructions for reinstalling master with brew (#2363)
Fixes:
Error: invalid option: --HEAD
This commit is contained in:
committed by
William Cheng
parent
85b936b498
commit
80f6433779
@@ -226,7 +226,7 @@ Here is an example usage to generate a Ruby client:
|
||||
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/
|
||||
```
|
||||
|
||||
To reinstall with the latest master, run `brew reinstall --HEAD openapi-generator`
|
||||
To reinstall with the latest master, run `brew uninstall openapi-generator && brew install --HEAD openapi-generator`
|
||||
|
||||
### [1.6 - Docker](#table-of-contents)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user