Fixed spelling.
--- a/www/INSTALL.rst Fri May 08 23:59:01 2020 +0300
+++ b/www/INSTALL.rst Sat May 09 00:09:12 2020 +0300
@@ -51,8 +51,8 @@
.. NOTE:: Only ``*.dict.dz`` and ``*.index`` files are required for GoldenDict.
-How to build and install with supplied Makefile
-===============================================
+How to build and install using supplied Makefile
+================================================
To build and install to ``/usr/local/`` run as root::
@@ -64,18 +64,16 @@
To install to different place run::
- $ make install prefix=PREFIX
+ $ make install prefix=$PREFIX
-How to uninstall from supplied Makefile
-=======================================
+How to uninstall using supplied Makefile
+========================================
To uninstall run one of::
$ make uninstall
- $ make uninstall prefix=PREFIX
- $ make prefix=PREFIX uninstall uninstall-local-symlink
-
-accordingly to installation procedure.
+ $ make uninstall prefix=$PREFIX
+ $ make prefix=$PREFIX uninstall uninstall-local-symlink
Register dictionaries in dictd server in Debian
===============================================