shell

C code posted
created at 09 Jun 08:37, updated at 09 Jun 08:37

Edit | Back
1
2
3
4
5
# install rvm dans ~/.rvm
$ bash < <(curl -s https://rvm.beginrescueend.com/install/rvm)
# configuration des chemins d'accรจs aux binaires
$ echo '[[ -s "$HOME/.rvm/scripts/rvm" ]] && . "$HOME/.rvm/scripts/rvm" # Load RVM function' >> ~/.bashrc
# source ~/.bashrc ou ouvrir un nouveau terminal
296 Bytes in 4 ms with coderay