double translation searching fixed
[mdictionary] / README
diff --git a/README b/README
index 78071d1..9eb335c 100644 (file)
--- a/README
+++ b/README
@@ -1,9 +1,10 @@
 WhiteStork Multilingual Dictionary ver. 0.1.0 ALPHA
 
+
+
 What is WhiteStork Multilingual Dictionary
 ------------------------------------------
 WhiteStork is a multilingual dictionary enabling its users to use many dictionary formats. Our final goal is to use many search engines so that different file formats could be used. They will be in a form of dynamically loadable modules. For now however, we have limited the project to one engine for the XDXF format. The application consists of four modules: 
-
 - GUI - written using GTK+ Hildon, GPL License
 - Engine - XDXF format parser, GPL license
 - Manager - thread management and GUI starting, GPL license
@@ -21,9 +22,13 @@ However, it is important to put out, that this will only compile the program. Yo
 Installation
 ------------
 
+The first thing to do, is setting an environment variable called REP_LOCATION, to match the directory containing local svn repository. This should be done in the following way: 
+
+export REP_LOCATION = /local/svn/repository
+
 In order to install the program, issue the following command:
 
-make deb && make debi
+make debs && make debs-i
 
 These lines, compile the source code, create a debian package and install it onto your system.
 
@@ -38,4 +43,6 @@ Should there be any problems, please contact one of our developers via garage.ma
 
 Have fun using our application
 
-The WhiteStork Multilingual dictionary developer's
\ No newline at end of file
+
+The WhiteStork Multilingual dictionary developer's
+