about summary refs log tree commit homepage
path: root/INSTALL
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2015-11-20 01:56:27 +0000
committerEric Wong <e@80x24.org>2015-11-20 02:18:28 +0000
commitc0da4eb6eeb4bec9b70aede7176a91f536e5bbe8 (patch)
treec8466e7cf67194b01b28b91409528dd00bb2f92b /INSTALL
parentfd0a3959bb678e94719bfa454c8b3742635ca98c (diff)
downloadcmogstored-c0da4eb6eeb4bec9b70aede7176a91f536e5bbe8.tar.gz
Generate pre-formatted HTML which gives us a consistent visual style
with our mailing list archives and enhance linkability.  <a>, <pre>,
and <title> are among the few useful HTML tags I'll use :P

Drop the AUTHORS file, it's pointless maintenance task and users can
just look at git history instead (and honestly, I have zero interest in
recognition; I only use my real name to deter GPL violations).
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL5
1 files changed, 3 insertions, 2 deletions
diff --git a/INSTALL b/INSTALL
index f66987c..408c59d 100644
--- a/INSTALL
+++ b/INSTALL
@@ -1,6 +1,7 @@
-Standard autotools installation
-*******************************
+cmogstored installation
+***********************
 
+cmogstored uses autotools, so the usual instructions apply:
 After unpacking the tarball:
 
   ./configure && make && make install