1.1 --- a/doc/getting_started.dox Tue Jun 05 14:48:20 2007 +0000
1.2 +++ b/doc/getting_started.dox Tue Jun 05 17:24:35 2007 +0000
1.3 @@ -109,7 +109,7 @@
1.4
1.5 \section compile_hw Compiling Hello World
1.6 To compile this program all you have to do is type in
1.7 -\code g++ -ohw hello_world.cc \endcode
1.8 +\code g++ -ohello_world hello_world.cc \endcode
1.9 and press \c Enter! This is the case if you installed LEMON on your system.
1.10 (For more information see the LEMON installation instructions.)
1.11