Author: dejanb
Date: Tue Aug 10 15:55:38 2010
New Revision: 984099
URL: http://svn.apache.org/viewvc?rev=984099&view=rev
Log:
updating user guide
Modified:
activemq/trunk/assembly/src/release/user-guide.html
Modified: activemq/trunk/assembly/src/release/user-guide.html
URL:
http://svn.apache.org/viewvc/activemq/trunk/assembly/src/release/user-guide.html?rev=984099&r1=984098&r2=984099&view=diff
==============================================================================
--- activemq/trunk/assembly/src/release/user-guide.html (original)
+++ activemq/trunk/assembly/src/release/user-guide.html Tue Aug 10 15:55:38 2010
@@ -32,13 +32,20 @@ Welcome to Apache ActiveMQ. This documen
<p>
From the binary distribution you can run the Apache ActiveMQ server pretty
easily via the bin/activemq command.
-e.g. from a shell type
+If you're using Windows, just type
</p>
<pre>
cd bin
activemq
</pre>
-
+<p>
+On Unix-like systems, type
+</p>
+<pre>
+ cd bin
+ activemq console
+</pre>
+<p>to start the broker in foreground.</p>
<p>
The Apache ActiveMQ broker should now have started
</p>