Skip to content

Commit 392ffce

Browse files
committed
Adding bundler step to HACKING
1 parent bbce538 commit 392ffce

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

HACKING

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,15 @@ Non-scanner aux modules use run().
110110
Submitting Your Code
111111
====================
112112

113-
The process for submitting new modules via GitHub is documented here:
113+
To get started with a Metasploit Framework source clone, simply:
114+
115+
- Fork rapid7/metasploit-framework to your GitHub account
116+
- git clone git://github.com/YourName/metasploit-framework.git
117+
- gem install bundler
118+
- bundle install
119+
120+
More detailed documentation regarding the process for submitting new
121+
modules via GitHub is documented here:
114122

115123
https://github.com/rapid7/metasploit-framework/wiki/Metasploit-Development-Environment
116124

0 commit comments

Comments
 (0)