From efeccfe35616b2ad249237411bd614875ad71485 Mon Sep 17 00:00:00 2001 From: Tod Beardsley Date: Fri, 4 May 2012 12:12:18 -0500 Subject: [PATCH] --- dev/Metasploit-Development-Environment.md | 10 +++++----- dev/_Sidebar.md | 4 ++-- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/dev/Metasploit-Development-Environment.md b/dev/Metasploit-Development-Environment.md index 2b7be8480a..02324744b4 100644 --- a/dev/Metasploit-Development-Environment.md +++ b/dev/Metasploit-Development-Environment.md @@ -23,7 +23,7 @@ apt-get -y install \ Note that this does **not** include an appropriate text editor or IDE, nor does it include the Ruby interpreter itself. We'll get to that in a second. -

RVM

+

Getting Ruby

Most (all?) standard distributions of Ruby are lacking in one regard or another. Lucky for all of us, Wayne Seguin's RVM has been getting steadily more excellent in providing several proven Ruby interpreters. Visit [https://rvm.io/](https://rvm.io/) to read up on it, or just trust that it'll all work out with a simple: @@ -47,13 +47,13 @@ What this all does is fetch RVM, which performs a bunch of shell voodoo, and fin [[/screens/rvm02.png]] -

Editor / IDE

+

Your Editor

Once that's all done, you can move on to setting up your preferred editor. Far be it from us to tell you what editor you use -- people get really attached to these things for some reason. Once we have some docs put together for sensible defaults for a couple of the more popular editors out there, we'll list that here. -

Create a GitHub Account

+

Using GitHub

-The entire Metasploit code base is hosted here on GitHub. If you have an old Redmine account over at dev.metasploit.com, that's not going to do much for you since the switch-over. The process for creating an account is pretty simple. +The entire Metasploit code base is hosted here on GitHub. If you have an old Redmine account over at dev.metasploit.com, that's not going to do much for you since the switch-over -- you're going to need a GitHub account. That process is pretty simple. ### Find the Signup button @@ -252,7 +252,7 @@ Switch back to your browser, refresh, and you should see the new changes reflect

Pull Requests

-Finally, let's get to pull requests. That's why you're reading all this, after all. This is the basic procedure that @corelanc0d3r suggested for Metasploit contributors. Thanks to @corelanc0d3r for initially writing this all down from a contributor's perspective. +Finally, let's get to pull requests. That's why you're reading all this, after all. Thanks to @corelanc0d3r for initially writing this all down from a contributor's perspective. First, create a new branch: diff --git a/dev/_Sidebar.md b/dev/_Sidebar.md index 80e0059ffb..55870b51f5 100644 --- a/dev/_Sidebar.md +++ b/dev/_Sidebar.md @@ -4,12 +4,12 @@ * [Getting Ruby](#rvm) * [Your Editor](#editor) * [Using GitHub](#github) -* [Set an SSH Key](#ssh) +* [SSH for GitHub](#ssh) * [Using Git](#git) * [Forking Metasploit](#fork) * [Setting your Prompt](#prompt) * [Keeping in Sync](#sync) -* [Making a Pull Request](#pull) +* [Pull Requests](#pull) #### Other Wiki Pages ***