Skip to content

Commit

Permalink
Note about mitamae
Browse files Browse the repository at this point in the history
  • Loading branch information
k0kubun committed Nov 8, 2016
1 parent 7f38859 commit 1d578c4
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions README.md
Expand Up @@ -125,6 +125,25 @@ rbenv-default-gems:
revision: ead67889c91c53ad967f85f5a89d986fdb98f6fb
```

## MItamae

This plugin can be used for MItamae too. Put this repository under `./plugins` as git submodule.

```rb
node.reverse_merge!(
rbenv: {
user: 'k0kubun',
global: '2.3.1',
versions: %w[
2.3.1
2.2.5
],
}
)

include_recipe "rbenv::user"
```

## License

MIT License

0 comments on commit 1d578c4

Please sign in to comment.