From e631c16b96c4705a4c21de944e1d294762fd17e2 Mon Sep 17 00:00:00 2001 From: William Cheng Date: Tue, 5 Jun 2018 19:16:31 +0800 Subject: [PATCH] add a remark about homebrew installatio (#217) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 292949ac984e..d1fe0e4e7b24 100644 --- a/README.md +++ b/README.md @@ -123,7 +123,7 @@ If you don't have maven installed, you may directly use the included [maven wrap ### [1.4 - Homebrew](#table-of-contents) -To install, run `brew install openapi-generator` +To install, run `brew install openapi-generator` (the new brew formula is pending https://github.com/Homebrew/homebrew-core/pull/28584) Here is an example usage to generate a Ruby client: ```sh