Skip to content

Instantly share code, notes, and snippets.

@suya55
Created June 26, 2018 05:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save suya55/557cffcf97d1cb55cf3cec47e5ba1c9b to your computer and use it in GitHub Desktop.
Save suya55/557cffcf97d1cb55cf3cec47e5ba1c9b to your computer and use it in GitHub Desktop.
rvm으로 ror 설치
curl -#LO https://rvm.io/mpapis.asc
gpg --import mpapis.asc
curl -sSL https://get.rvm.io | bash -s stable --rails
source /usr/local/rvm/scripts/rvm
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment