aboutsummaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authorRasmus Dahlberg <rasmus@rgdd.se>2024-05-30 17:16:48 +0200
committerRasmus Dahlberg <rasmus@rgdd.se>2024-05-30 17:17:24 +0200
commit32b81ec4777ede7fdb4e0172c0011e238bdacb60 (patch)
tree5a827bbfa0749b5a99dda38c4f79d49089684b1e /INSTALL
parent20f52e16880210b1893d89e2d20819171632da32 (diff)
build: Install is a separate invocation of make
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL5
1 files changed, 2 insertions, 3 deletions
diff --git a/INSTALL b/INSTALL
index 9dd7dc9..d69a5ea 100644
--- a/INSTALL
+++ b/INSTALL
@@ -1,10 +1,11 @@
Type
+ make
make install
to install silentct in a standard location.
-You may override the following Makefile variables:
+You may override the following (un)install variables:
DESTDIR default:
PREFIX default: /usr/local
@@ -12,8 +13,6 @@ You may override the following Makefile variables:
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