26 lines
340 B
Markdown
26 lines
340 B
Markdown
|
# HoudiniUpgrade
|
||
|
Short description and motivation.
|
||
|
|
||
|
## Usage
|
||
|
How to use my plugin.
|
||
|
|
||
|
## Installation
|
||
|
Add this line to your application's Gemfile:
|
||
|
|
||
|
```ruby
|
||
|
gem 'houdini_upgrade'
|
||
|
```
|
||
|
|
||
|
And then execute:
|
||
|
```bash
|
||
|
$ bundle
|
||
|
```
|
||
|
|
||
|
Or install it yourself as:
|
||
|
```bash
|
||
|
$ gem install houdini_upgrade
|
||
|
```
|
||
|
|
||
|
## Contributing
|
||
|
Contribution directions go here.
|