https://github.com/melezhik/perl6-sparrowdo-rvm
Sparrowdo module to install RVM and Ruby
https://github.com/melezhik/perl6-sparrowdo-rvm
ruby rvm sparrowdo
Last synced: about 2 months ago
JSON representation
Sparrowdo module to install RVM and Ruby
- Host: GitHub
- URL: https://github.com/melezhik/perl6-sparrowdo-rvm
- Owner: melezhik
- Created: 2017-04-06T10:48:20.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2020-03-04T22:08:08.000Z (about 5 years ago)
- Last Synced: 2025-04-10T01:16:53.085Z (about 2 months ago)
- Topics: ruby, rvm, sparrowdo
- Language: Raku
- Homepage:
- Size: 9.77 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: Changes
Awesome Lists containing this project
README
# Sparrowdo::Rvm
[](https://travis-ci.org/melezhik/perl6-sparrowdo-rvm)
## SYNOPSIS
[Sparrowdo](https://github.com/melezhik/sparrowdo) module to install RVM and Ruby.
# Usage
cli:
s6 --module-run Rvm
Sparrow6 DSL:
# install default RVM and default Ruby version
module-run 'Rvm';
# install specific Ruby version
module_run 'Rvm', %( version => '2.2.0' );## Tested on
* CentOS
* Ubuntu
## LICENSEAll files (unless noted otherwise) can be used, modified and redistributed
under the terms of the Artistic License Version 2. Examples (in the
documentation, in tests or distributed as separate files) can be considered
public domain.ⓒ2017 'Alexey Melezhik'