aboutsummaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL21
1 files changed, 21 insertions, 0 deletions
diff --git a/INSTALL b/INSTALL
new file mode 100644
index 0000000..c324a16
--- /dev/null
+++ b/INSTALL
@@ -0,0 +1,21 @@
+Type
+
+ make install
+
+to install silentct in a standard location.
+
+You may override the following Makefile variables:
+
+ DESTDIR default:
+ PREFIX default: $HOME/.local
+ BINDIR default: $(PREFIX)/bin
+ MANDIR default: $(PREFIX)/share/man
+ VERSION default: the latest git-commit
+
+Expect the programs in cmd/ to be installed with man pages.
+
+Type
+
+ make uninstall
+
+to uninstall silentct.