This crenv plugin adds the crenv update
command that updated crenv and all installed plugins.
Simply clone the repository into the plugins directory:
$ mkdir -p "$(crenv root)/plugins"
$ git clone https://github.com/crenv/crenv-update.git "$(crenv root)/plugins/crenv-update"
$ crenv update
- @rkh crenv-update is copied code from rbenv-update. Thank you.