Updated Setting Up a Metasploit Development Environment (markdown)

This commit is contained in:
todb-r7
2013-04-08 08:15:24 -07:00
parent d54fe9bd2c
commit 252d48a7ca
2 changed files with 2 additions and 1 deletions
@@ -226,7 +226,7 @@ In the end, you'll have a prompt that looks like:
where the master bit changes depending on what branch you're in.
## Bundle install
<h2 id="bundle"> Bundle install </h2>
The first time you download Metasploit, you will need to get your Ruby gems lined up. It's as simple as `gem install bundle && bundle install` from your metasploit-framework checkout. It'll look like this: