Created
May 28, 2012 02:57
-
-
Save prettymuchbryce/2816964 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
➜ ~ curl -L get.rvm.io | bash -s stable | |
% Total % Received % Xferd Average Speed Time Time Time Current | |
Dload Upload Total Spent Left Speed | |
100 9248 100 9248 0 0 12208 0 --:--:-- --:--:-- --:--:-- 12208 | |
Downloading RVM from wayneeseguin branch stable | |
% Total % Received % Xferd Average Speed Time Time Time Current | |
Dload Upload Total Spent Left Speed | |
100 1023k 100 1023k 0 0 297k 0 0:00:03 0:00:03 --:--:-- 439k | |
Upgrading the RVM installation in /Users/admin/.rvm/ | |
RVM PATH line found in /Users/admin/.bashrc /Users/admin/.zshrc. | |
RVM sourcing line found in /Users/admin/.zshrc. | |
Upgrade Notes: | |
* No new notes to display. | |
# RVM: Shell scripts enabling management of multiple ruby environments. | |
# RTFM: https://rvm.io/ | |
# HELP: http://webchat.freenode.net/?channels=rvm (#rvm on irc.freenode.net) | |
# Cheatsheet: http://cheat.errtheblog.com/s/rvm/ | |
# Screencast: http://screencasts.org/episodes/how-to-use-rvm | |
# In case of any issues read output of 'rvm requirements' and/or 'rvm notes' | |
Upgrade of RVM in /Users/admin/.rvm/ is complete. | |
# admin, | |
# | |
# Thank you for using RVM! | |
# I sincerely hope that RVM helps to make your life easier and more enjoyable!!! | |
# | |
# ~Wayne | |
rvm 1.13.8 (stable) by Wayne E. Seguin <[email protected]>, Michal Papis <[email protected]> [https://rvm.io/] | |
➜ ~ rvm get | |
Usage: | |
rvm get {stable|latest|latest-x.y|x.y.z|head|master|branch|help} [--auto] | |
Options: | |
stable - install the latest RVM stable release | |
latest - install the latest RVM release | |
latest-x.y - install the latest RVM release matching the x.y* pattern | |
x.y.z - install a specific RVM release | |
head - install the latest RVM development version | |
master | |
--auto - automatically update shell profile files. | |
help - Output this message. | |
Branches: | |
branch <branch> | |
branch /<branch> | |
branch <repo>/ | |
branch <repo>/<branch> | |
Defaults: | |
branch: master | |
repo: wayneeseguin | |
Examples: | |
rvm get branch shoes # will fetch branch shoes from wayneeseguin/rvm repo | |
rvm get branch mpapis/ # will fetch branch master from mpapis/rvm repo | |
Could not update RVM, get some help at #rvm IRC channel at freenode servers. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment