From c03960025ee80da751a1a1da3990de2335706fca Mon Sep 17 00:00:00 2001 From: Connor Turland Date: Mon, 20 Oct 2014 13:40:31 -0400 Subject: [PATCH] Update UbuntuInstallation.md --- UbuntuInstallation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"