Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Configure volumes.
This SDK is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:

- API version: 4.0
- Package version: 0.2.0
- Package version: 0.2.2
- Generator version: 7.17.0
- Build package: org.openapitools.codegen.languages.RubyClientCodegen

Expand All @@ -24,16 +24,16 @@ gem build nutanix_volumes.gemspec
Then either install the gem locally:

```shell
gem install ./nutanix_volumes-0.2.0.gem
gem install ./nutanix_volumes-0.2.2.gem
```

(for development, run `gem install --dev ./nutanix_volumes-0.2.0.gem` to install the development dependencies)
(for development, run `gem install --dev ./nutanix_volumes-0.2.2.gem` to install the development dependencies)

or publish the gem to a gem hosting service, e.g. [RubyGems](https://rubygems.org/).

Finally add this to the Gemfile:

gem 'nutanix_volumes', '~> 0.2.0'
gem 'nutanix_volumes', '~> 0.2.2'

### Install from Git

Expand Down