Edited wiki page GettingStarted through web user interface.
diff --git a/GettingStarted.wiki b/GettingStarted.wiki
index 41d3ad2..fec3853 100644
--- a/GettingStarted.wiki
+++ b/GettingStarted.wiki
@@ -2,15 +2,19 @@
 
 = Introduction =
 
-The code is usable for development of custom adaptors for public and secure repositories.
+The Plexi Project is a library used to develop custom adaptors for both public and secure repositories.  This document helps you setup a development environment with the source code of this library.
 
-= Getting the Code and Additional Documenation =
+= Setup Command Line Development Environment =
 
-You will need a JDK 1.6u27 or higher, Ant, and Git to begin making use of the code. There has yet to be a release, so you will need to grab the source code using Git.
+You will need a JDK 1.6u27 or higher, Ant, and Git to begin making use of the code.  You can get a copy of this library by using this command:
 {{{
 git clone https://code.google.com/p/plexi/
 }}}
 
-The !JavaDoc-based documentation has additional steps to get running. Run "ant javadoc" in the plexi directory and open "build/javadoc/index.html" in your browser.
+The !JavaDoc-based documentation has additional steps to get running: http://wiki.plexi.googlecode.com/git/plexi-javadoc/index.html .  You can generate your own local copy of this documentation by running "ant javadoc" in the plexi directory and then opening "build/javadoc/index.html" in your browser.
 
-Using JRE or JDK 1.6u27 or higher is very important, because there is a [http://bugs.sun.com/view_bug.do?bug_id=6946825 bad memory leak] in 1.6u16 and prior. When only using HTTP the leak isn't severe, but when using HTTPS the leak becomes very apparent.
\ No newline at end of file
+Using JRE or JDK 1.6u27 or higher is very important, because there is a [http://bugs.sun.com/view_bug.do?bug_id=6946825 bad memory leak] in 1.6u16 and prior. When only using HTTP the leak isn't severe, but when using HTTPS the leak becomes very apparent.
+
+= Setup Netbeans Development Environment =
+
+To setup using NetBeans IDE please follow this visually annotated guide: http://wiki.plexi.googlecode.com/git/plexi-netbeans/nb.html
\ No newline at end of file