diff --git a/UbuntuInstallation.md b/UbuntuInstallation.md index 2a629876..0e1e8ebb 100644 --- a/UbuntuInstallation.md +++ b/UbuntuInstallation.md @@ -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"