README
changeset 14 a1a505947f5e
parent 12 bd6769abcd40
child 15 3b3e166c793e
--- a/README	Thu Aug 06 17:06:13 2009 +0300
+++ b/README	Thu Aug 06 17:06:28 2009 +0300
@@ -1,5 +1,26 @@
 -*- outline -*-
 
+* How install/uninstall?
+
+To install in /usr/local/ run:
+
+  $ make install
+
+If you want install in different place run:
+
+  $ make install prefix=PREFIX
+
+If you install in nonstandard place and wont use dictionary for current user
+run:
+
+  $ make install-user prefix=PREFIX
+
+To uninstall run accordingly:
+
+  $ make uninstall
+  $ make uninstall prefix=PREFIX
+  $ make uninstall-user prefix=PREFIX
+
 * What file needed to create dictionary?
 
 .tab_ and .descr, which contain text data in UTF-8 encoding.