Some minor edits to the quickstart guide
Thanks to Jimy Hendrickx for his feedback!

git-svn-id: https://svn.apache.org/repos/asf/servicemix/documentation/trunk@1214730 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/src/main/webapp/quickstart/console.conf b/src/main/webapp/quickstart/console.conf
index c91d0be..997e3b2 100644
--- a/src/main/webapp/quickstart/console.conf
+++ b/src/main/webapp/quickstart/console.conf
@@ -23,7 +23,7 @@
 * the bundle start level
 * the bundle name and version
 
-If you're looking for something specific in the list, you can use unix-like pipes and utilities to help you.  An example: to look for the all Camel related bundles...
+If you're looking for something specific in the list, you can use unix-like pipes and utilities to help you.  An example: to look for all Camel related bundles...
 
 {pygmentize:lang=text}
 karaf@root> osgi:list | grep camel
@@ -49,7 +49,7 @@
 
 !/quickstart/images/log-display-exception.png|title=log:display-exception!
 
-You can also change the log level at runtime by using the {{log:set}} command.  You can try these commands on your instance now by setting the log level to {{DEBUG}}, checking the log file to see if you actually see the extra logging and then revert back to {{INFO}}.
+You can also change the log level at runtime by using the {{log:set}} command.  You can try these commands on your instance now by first setting the log level to {{DEBUG}} and then using {{grep}} to make sure that you can actually see the extra logging.
 
 {pygmentize:lang=text}
 karaf@root> log:set DEBUG
@@ -58,6 +58,8 @@
 
 !/quickstart/images/log-set-debug.png|title=log:set DEBUG!
 
+Afterwards, revert the log level to its original {{INFO}} value again with {{log:set}}.
+
 {pygmentize:lang=text}
 karaf@root> log:set INFO
 {pygmentize}
diff --git a/src/main/webapp/quickstart/installation.conf b/src/main/webapp/quickstart/installation.conf
index 790124f..0d49722 100644
--- a/src/main/webapp/quickstart/installation.conf
+++ b/src/main/webapp/quickstart/installation.conf
@@ -2,12 +2,12 @@
 Before we can start working with Apache ServiceMix, we have to get it installed and running on our local machine first.
 
 h2. System requirements
-* Java Developer Kit (JDK) 1.5.x (Java 5) or later, for both deployment and compiling.
+* Java Developer Kit (JDK) 1.6.x (Java 6), for both deployment and compiling. \\ (Note: Java 7 is currently not supported)
 * About 100 MB of free disk space
 
 h2. Downloading Apache ServiceMix
 
-Apache ServiceMix ${servicemix.version} is available under the Apache License v2 and can be downloaded from [http://servicemix.apache.org/SMX4/download.html].
+Apache ServiceMix ${servicemix.version} is available under the Apache License v2 and can be downloaded from [http://servicemix.apache.org/download.html].
 
 Depending on your operation system, you should download either the tar.gz or the zip file:
 * tar.gz for Linux/Unix/MacOS X