diff --git a/dev/Metasploit-Development-Environment.md b/dev/Metasploit-Development-Environment.md index 6c224c499d..8ab1feac8a 100644 --- a/dev/Metasploit-Development-Environment.md +++ b/dev/Metasploit-Development-Environment.md @@ -65,9 +65,11 @@ Assuming all goes as planned, you should end up with something like this in your Once that's finished, it would behoove you to set your default ruby and gemset, as described [in this gist](https://gist.github.com/2625441) by [@claudijd](https://github.com/claudijd) . What I use is: ````bash -$ rvm use --default 1.9.3-p374 +$ rvm use --create --default 1.9.3-p385@msf ```` +This will set a default gemset to "msf" which you will be populating a little bit later. +