From a598cd2566aa3a9ef6dc5bd8cb6926a8ed52d078 Mon Sep 17 00:00:00 2001 From: Tod Beardsley Date: Fri, 4 May 2012 10:24:56 -0500 Subject: [PATCH] --- dev/Metasploit-Development-Environment.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/dev/Metasploit-Development-Environment.md b/dev/Metasploit-Development-Environment.md index 74661ccce4..4089f241b9 100644 --- a/dev/Metasploit-Development-Environment.md +++ b/dev/Metasploit-Development-Environment.md @@ -9,15 +9,15 @@ Throughout this documentation, we'll be using the example user of "Fakey McFakep #### Contents * [Apt-Get Install](#apt) -[Getting Ruby](#rvm) -[Your Editor]](#editor) -[Using GitHub](#github) -[Set an SSH Key](#ssh) -[Using Git](#git) -[Forking Metasploit](#fork) -[Setting your Prompt](#prompt) -[Keeping in Sync](#sync) -[Making a Pull Request](#pull) +* [Getting Ruby](#rvm) +* [Your Editor]](#editor) +* [Using GitHub](#github) +* [Set an SSH Key](#ssh) +* [Using Git](#git) +* [Forking Metasploit](#fork) +* [Setting your Prompt](#prompt) +* [Keeping in Sync](#sync) +* [Making a Pull Request](#pull)

Apt-Get Install