Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 1.11 KB

README.md

File metadata and controls

31 lines (20 loc) · 1.11 KB

jlenv-update: Update jlenv and all installed plugins

Build StatusCodacy BadgeCodeFactor

This jlenv plugin adds the jlenv update command that updates jlenv and all installed plugins.

Installation

To install jlenv-update, clone this repository into your jlenv plugins directory.

mkdir -p "$(jlenv root)/plugins"
git clone https://github.com/jlenv/jlenv-update.git "$(jlenv root)/plugins/jlenv-update"

Usage

jlenv help update

Version History

  • 1.0.0
    • Initial public release for Julia.

License

Released under the MIT license. See LICENSE for details.