uu59 / rbl

rbl: Ruby Locator

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build Status

rbl: Ruby Locator

rbl is a dead simple ruby version manager that is inspired by nodebrew

Install

$ curl -L https://github.com/uu59/rbl/raw/master/rbl | sh
$ echo 'export PATH="$HOME/.rbl/current/bin:$PATH"' >> ~/.bash_profile

Or,

$ curl -Lo rbl https://github.com/uu59/rbl/raw/master/rbl
$ chmod +x ./rbl
$ ./rbl install

About

rbl: Ruby Locator

License:MIT License


Languages

Language:Shell 56.3%Language:Perl 43.7%