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 d0ccac5 commit 4060fcbCopy full SHA for 4060fcb
1 file changed
README.md
@@ -174,7 +174,7 @@ An example of setting this up (NOTE: Always evaluate scripts curled from externa
174
175
```
176
mkdir -p ~/bin/openapitools
177
-curl https://raw.githubusercontent.com/OpenAPITools/openapi-generator/master/bin/utils/openapi-generator.cli.sh > ~/bin/openapitools/openapi-generator-cli
+curl https://raw.githubusercontent.com/OpenAPITools/openapi-generator/master/bin/utils/openapi-generator-cli.sh > ~/bin/openapitools/openapi-generator-cli
178
chmod u+x ~/bin/openapitools/openapi-generator-cli
179
export PATH=$PATH:~/bin/openapitools/
180
0 commit comments