From aba0f17953c9947bb51e78ed581f4e66b7012518 Mon Sep 17 00:00:00 2001 From: Rasmus Dahlberg Date: Thu, 16 May 2024 12:48:22 +0200 Subject: Add man pages and installer Makefile Includes renaming of the tools, part one of trying to simplify terminology and letting go of "node" and "moon". Improving the terminology was suggested by Martin H a while back, thank you. --- INSTALL | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 INSTALL (limited to 'INSTALL') 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. -- cgit v1.2.3