Update README file to build and deploy the project

git-svn-id: https://svn.apache.org/repos/asf/karaf/sandbox/pieber/karaf-webconsole/trunk@1159188 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/README b/README
index 954076a..a2a4e72 100644
--- a/README
+++ b/README
@@ -1,4 +1,7 @@
-The base idea is to take the current felix webconsole (we use in Karaf), base it
+Apache Karaf Wicket WebConsole
+===============================
+
+The base idea of this project is to take the current felix webconsole (we use in Karaf), base it
 on wicket and handle the entire thing on pax-wicket. Based on this method it should
 be very simple to provide an VERY configurable and extendable webconsole which should
 be much easier to write than the current one based on plain jscript and servlets.
@@ -7,20 +10,16 @@
 are avialable via Sonatype please make sure that you've the latest build of Pax Wicket master
 in your local .m2 repositories:
 
-git clone git://github.com/ops4j/org.ops4j.pax.wicket
-cd org.ops4j.pax.wicket
-mvn install
+Instructions to build and deploy the project
 
-Now you can install the karaf-webconsole:
-
-mvn install
-
-The Karaf Webconsole includes a feature file you can use to run the project in the latest
-Apache Karaf:
+1) Download the code from : http://svn.apache.org/repos/asf/karaf/sandbox/pieber/karaf-webconsole/trunk
+2) Build it : mvn clean install -Dtest=false
+3) Download Karaf from here : https://repository.apache.org/content/repositories/releases/org/apache/karaf/apache-karaf/2.2.2/
+4) Unzip/untar it and open a DOS/Unix shell
+5) Go to bin directory and start Karaf bin/karaf.bat or bin/.karaf
+6) Execute the following instructions :
 
 features:addurl mvn:org.apache.karaf.webconsole/features/1.0.0-SNAPSHOT/xml/features
+features:install webconsole-wicket
 
-after you've installed those packages successfully point your browser to:
-
-http://localhost:8181/cns
-
+7) Open cns website in your browser : http://localhost:8181/cns/