From 96c83dd0c2fbfe2dfd417f94efd59bc0384b4513 Mon Sep 17 00:00:00 2001 From: Tod Beardsley Date: Thu, 5 Sep 2013 09:18:09 -0700 Subject: [PATCH] Updated Setting Up a Metasploit Development Environment (markdown) --- dev/Setting-Up-a-Metasploit-Development-Environment.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev/Setting-Up-a-Metasploit-Development-Environment.md b/dev/Setting-Up-a-Metasploit-Development-Environment.md index c6b6cd0fce..9a0eb7084f 100644 --- a/dev/Setting-Up-a-Metasploit-Development-Environment.md +++ b/dev/Setting-Up-a-Metasploit-Development-Environment.md @@ -100,7 +100,7 @@ curl -Lo- https://bit.ly/janus-bootstrap | bash This will checkout a version of Janus (using Git) to your ~/.vim directory. Yep, you now have a git repo in one of your more important dot-directories. -Finally, I have a very small set of defaults, here: https://gist.github.com/4658778 . Drop this in your `~/.vimrc.after` file. Note, the important bit is our slightly wacky use of hard tabs, as prescribed in the [HACKING](https://github.com/rapid7/metasploit-framework/blob/master/HACKING) guide. +Finally, I have a very small set of defaults, here: https://gist.github.com/4658778 . Drop this in your `~/.vimrc.after` file. Note, **Metasploit no longer uses hard tabs**. *TODO: Add Rubymine docs, add screenshots for this* *TODO: Could reference the Sublime Text 2 plugin TidyOnExit for anyone using Sublime