aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorDmitrij D. Czarkoff <czarkoff@gmail.com>2015-12-25 17:52:01 +0100
committerDmitrij D. Czarkoff <czarkoff@gmail.com>2015-12-25 17:52:01 +0100
commitc42ab088191d5dd8a2d856dc96cb5b3f90687fc4 (patch)
treef7a4b0fb2988f1cdc20c0527c7dd4fb63c7071ee /README.md
parent77827c838e36e39471f2f23338f76e5ace2404c4 (diff)
downloadimv-c42ab088191d5dd8a2d856dc96cb5b3f90687fc4.tar.gz
Add verbose mode
If V variable is set to any value, commands will be echoed to standard output.
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/README.md b/README.md
index 5c9c87b..7ed1ff3 100644
--- a/README.md
+++ b/README.md
@@ -70,6 +70,11 @@ available. Eg. to install `imv` to home directory, run:
$ BINPREFIX=~/bin PREFIX=~/.local make install
+In case something goes wrong during installation process you may use verbose
+mode to inspect commands issued by make:
+
+ $ V=1 make
+
Tests
-----