From 498d93377d308d61c4138449ac32ba42296d0c8f Mon Sep 17 00:00:00 2001 From: Christian Mehlmauer Date: Fri, 12 Aug 2016 21:25:45 +0200 Subject: [PATCH] rvm install instructions --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 8cdfbf02..b7477c86 100644 --- a/README.md +++ b/README.md @@ -153,6 +153,7 @@ Apple Xcode, Command Line Tools and the libffi are needed (to be able to install # Install all prerequisites for your OS (look above) cd ~ + curl -sSL https://rvm.io/mpapis.asc | gpg --import - curl -sSL https://get.rvm.io | bash -s stable source ~/.rvm/scripts/rvm echo "source ~/.rvm/scripts/rvm" >> ~/.bashrc