plugins

Home

Examples

Plugins

Components

News

rvm

version: 0.0.2 |  date: 06/27/2021 |  install rvm and Ruby |  source code

# SYNOPSIS

Install rvm and Ruby

# INSTALL

    $ s6 --install rvm

# Build status

[![Build Status](https://travis-ci.org/melezhik/sparrow-rvm.svg)](https://travis-ci.org/melezhik/sparrow-rvm)

# Usage

## By sparrow

    $ s6 --plg-run rvm # install rvm with default Ruby
    $ s6 --plg-run rvm@ruby_version=2.1.2 # install specific Ruby version

## By sparrowdo

    $ cat sparrowfile

    task-run "install rvm and ruby 2.2.2", "rvm", %(
      ruby_version => "2.2.2"
    );


# Author

Alexey Melezhik