Skip to content

Latest commit

 

History

History
40 lines (28 loc) · 730 Bytes

rvm.md

File metadata and controls

40 lines (28 loc) · 730 Bytes

RVM Installation

  1. Import GPG Keys:
gpg --keyserver hkp://keys.gnupg.net --recv-keys 409B6B1796C275462A1703113804BB82D39DC0E3 7D2BAF1CF37B13E2069D6956105BD0E739499BDB
  1. Download the Installer:
\curl -O https://raw.githubusercontent.com/rvm/rvm/master/binscripts/rvm-installer
\curl -O https://raw.githubusercontent.com/rvm/rvm/master/binscripts/rvm-installer.asc
  1. Verify Installer Signature:
gpg --verify rvm-installer.asc
  1. Run the Installer:
bash rvm-installer --branch stable --ignore-dotfiles
  1. Load RVM into shell session (update .zshrc):
source $HOME/.rvm/scripts/rvm
  1. Remove artifacts:
rm rvm-installer
rm rvm-installer.asc