Update UbuntuInstallation.md

This commit is contained in:
Connor Turland 2014-10-20 13:40:31 -04:00
parent 86e16d0a9c
commit c03960025e

View file

@ -22,7 +22,7 @@ then lets install RVM with curl like this
curl -L get.rvm.io | bash -s stable
PATH=$PATH:$HOME/.rvm/bin # Add RVM to PATH for scripting
PATH=$PATH:$HOME/.rvm/bin
[[ -s "$HOME/.profile" ]] && source "$HOME/.profile"