Fixed spelling.
authorOleksandr Gavenko <gavenkoa@gmail.com>
Sat, 09 May 2020 00:09:12 +0300
changeset 1208 365d3dd9eae5
parent 1207 e4f601df93b1
child 1209 eacf1b282688
Fixed spelling.
www/INSTALL.rst
--- 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
 ===============================================