Refine installation docs.
authorOleksandr Gavenko <gavenkoa@gmail.com>
Wed, 01 Jun 2016 15:25:02 +0300
changeset 484 91254be1b84c
parent 483 370ed8138f62
child 485 e63f5429f3de
Refine installation docs.
www/INSTALL.rst
--- a/www/INSTALL.rst	Wed Jun 01 15:16:11 2016 +0300
+++ b/www/INSTALL.rst	Wed Jun 01 15:25:02 2016 +0300
@@ -21,46 +21,47 @@
 
 Compiled tarballs have names like::
 
-  gadict-$major.$minor.tar.bz2
+  gadict-$major.$minor.tar.gz
+  gadict-$major.$minor.zip
 
 Source tarballs have names like::
 
   gadict-$major.$minor_src.tar.gz
 
-Manual installation instruction for GoldenDict.
+Installation instruction for GoldenDict
+=======================================
+
+Get distribution tarball and extract files from ``dictd`` directory in desired
+place.
+
+Select ``Edit ==> Dictionaries...`` in GoldenDict menu (or just press ``F3``)
+and add directory where you extracted files. Press ``Refresh`` button and enjoy!
+
+.. NOTE:: Only ``*.dict.dz`` and ``*.index`` files are required for GoldenDict.
+
+How to build and install with supplied Makefile
 ===============================================
 
-Get distribution tarboll and extract all files to any directory. Select::
-
- Edit ==> Dictionaries...
-
-in GoldenDict menu (or just press ``F3``) and add directory to where you
-extracted files. Press ``Refresh`` button. That's all.
-
-**Note** only ``*.dict.dz`` and ``*.index`` files are required for GoldenDict.
-You can safely remove other fils.
-
-How to build and install from supplied Makefile.
-================================================
-
-To build and install in /usr/local/ run as root::
+To build and install to ``/usr/local/`` run as root::
 
   $ make install
 
-If you run as regular user ``prefix`` set to::
+For regular user ``prefix`` is set to::
 
   $HOME/usr
 
-To build and install in different place run::
+To install to different place run::
 
   $ make install prefix=PREFIX
 
-How to uninstall from supplied Makefile.
-========================================
+How to uninstall from supplied Makefile
+=======================================
 
-To uninstall run one command from list accordingly to installation procedure::
+To uninstall run one of::
 
   $ make uninstall
   $ make uninstall prefix=PREFIX
   $ make prefix=PREFIX uninstall uninstall-local-symlink
 
+accordingly to installation procedure.
+