Update finnish translation
[neverball] / INSTALL
diff --git a/INSTALL b/INSTALL
index fa22ff2..aa47bda 100644 (file)
--- a/INSTALL
+++ b/INSTALL
@@ -2,6 +2,8 @@
                             * Neverball *
 
 
+* COMPILATION
+
 Requirements:
 
     SDL               http://www.libsdl.org/download-1.2.php
@@ -9,15 +11,13 @@ Requirements:
     SDL_mixer         http://www.libsdl.org/projects/SDL_mixer/
     SDL_ttf           http://www.libsdl.org/projects/SDL_ttf/
 
-
 Under Unix, Linux, and OSX, simply run
 
     make
 
 Under Windows, build using the provided Visual Studio solution.
 
-The executables will be copied to the base directory.  By default,  an
-uninstalled build may be executed in place.
+By default, an uninstalled build may be executed in place.
 
 
 * INSTALLATION
@@ -26,11 +26,14 @@ The game  searches for game assets  in the following  three places, in
 this order.  If the game is  to be installed globally, at least one of
 them must be set.
 
-1) The directory specified on the command line.
+ 1. The directory specified as argument to '--data' (or '-d') option
+    on the command line.
 
-2) The directory given by the NEVERBALL_DATA environment variable.
+ 2. The directory given by the NEVERBALL_DATA environment variable.
+
+ 3. The directory given by the CONFIG_DATA variable defined in
+    base_config.h
 
-3) The directory given by the CONFIG_DATA variable defined in config.h
 
 A normal Linux installation would  probably copy the data directory to
 "/usr/local/games/neverball/" and  change the CONFIG_DATA  variable to
@@ -41,11 +44,12 @@ directory  to "C:\Program Files\Neverball"  and leave  the CONFIG_DATA
 variable to its default value "./data".
 
 
-* DISTRIPUTION STUFF
+* DISTRIBUTION
+
+The dist directory contains some miscellaneous files:
 
-The dist directory contains some miscelanous files:
- * manpages
- * desktop files
- * icons
+  * manual pages;
+  * .desktop files;
+  * icons.
 
 Contact: <robert.kooima@gmail.com>