Created
April 28, 2011 12:52
-
-
Save tizoc/946283 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
| faust:tmp bruno$ bash < <(curl -s https://rvm.beginrescueend.com/install/rvm) | |
| + [[ -z '' ]] | |
| + rvm_path=/Users/bruno/.rvm | |
| + [[ 2 -gt 0 ]] | |
| + token=rvm_path | |
| + shift | |
| + case "$token" in | |
| + usage | |
| + printf ' | |
| Usage | |
| rvm-installer [options] [action] | |
| Options | |
| --branch <name> - Install RVM head, from named branch | |
| --version <head|latest|x.y.z> - Install RVM version [head|latest|x.y.z] | |
| --trace - used to debug the installer script | |
| Actions | |
| help - Display CLI help (this output) | |
| ' | |
| Usage | |
| rvm-installer [options] [action] | |
| Options | |
| --branch <name> - Install RVM head, from named branch | |
| --version <head|latest|x.y.z> - Install RVM version [head|latest|x.y.z] | |
| --trace - used to debug the installer script | |
| Actions | |
| help - Display CLI help (this output) | |
| + exit 1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment