From 5326853ef3c11d0697e4975c8a003fb0550a3b97 Mon Sep 17 00:00:00 2001 From: todb-r7 Date: Mon, 14 May 2012 12:45:11 -0700 Subject: [PATCH] Don't code-ify the brackets, they don't render right. --- dev/Metasploit-Development-Environment.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/dev/Metasploit-Development-Environment.md b/dev/Metasploit-Development-Environment.md index 4e4596afd7..970ab7427a 100644 --- a/dev/Metasploit-Development-Environment.md +++ b/dev/Metasploit-Development-Environment.md @@ -34,9 +34,11 @@ $ curl -L get.rvm.io | bash -s stable Note the *lack* of sudo; you will nearly always want to install this as a regular user, and not as root. Follow this by editing your .bashrc to include this line at the end (if it doesn't have it already): -````bash -[ -s "$HOME/.rvm/scripts/rvm" ] && source "$HOME/.rvm/scripts/rvm" # Load RVM -```` + +\[\[ -s "$HOME/.rvm/scripts/rvm" ]] && source "$HOME/.rvm/scripts/rvm" # Load RVM + +(wow, it is hard to render bracket-bracket in Markdown-generated <pre> tags!) + Next, run the RVM scripts by either opening a new terminal window, or just run: