chiark / gitweb /
Remove autogen.sh; use autoreconf -is instead.
[vbig.git] / README
diff --git a/README b/README
index 3624a2358346061ab15c29aef5d8ac6d4a1061b0..2a340c40a8b4437b7bd10e189cb0c36cac0ad8cb 100644 (file)
--- a/README
+++ b/README
@@ -7,16 +7,20 @@ The intended use is to verify that storage media work properly.
 Installation
 ============
 
+If you got it from git:
+
+  autoreconf -is
+
+In any case:
+
   ./configure
   make
   sudo make install
 
-If building from git, do './autogen.sh' first.
-
 Author
 ======
 
-Copyright (C) 2011 Richard Kettlewell
+Copyright (C) 2011, 2013 Richard Kettlewell
 Copyright (C) 2000, 2001, 2002, 2003, 2005, 2006 Free Software Foundation, Inc.
 
 This program is free software: you can redistribute it and/or modify