Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 669 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 669 Bytes

crenv-update  Build Status

This crenv plugin adds the crenv update command that updated crenv and all installed plugins.

Installation

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"

Usage

$ crenv update

Acknowledgement