From e83c1959be022a938f2bfa53f81ffee3a097b3e3 Mon Sep 17 00:00:00 2001 From: Richard Kettlewell Date: Fri, 9 Aug 2013 15:45:01 +0100 Subject: [PATCH] README -> README.md --- Makefile.am | 3 +-- README => README.md | 12 ++++++------ 2 files changed, 7 insertions(+), 8 deletions(-) rename README => README.md (91%) diff --git a/Makefile.am b/Makefile.am index ef591a6..ab3c08a 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,5 +1,4 @@ bin_PROGRAMS=vbig vbig_SOURCES=vbig.cc Arcfour.h Arcfour.cc man_MANS=vbig.1 -EXTRA_DIST=${man_MANS} - +EXTRA_DIST=${man_MANS} README.md diff --git a/README b/README.md similarity index 91% rename from README rename to README.md index 2a340c4..8dba9fc 100644 --- a/README +++ b/README.md @@ -5,20 +5,20 @@ vbig creates or verifies a file full of psuedo-random data. The intended use is to verify that storage media work properly. Installation -============ +------------ If you got it from git: - autoreconf -is + autoreconf -is In any case: - ./configure - make - sudo make install + ./configure + make + sudo make install Author -====== +------ Copyright (C) 2011, 2013 Richard Kettlewell Copyright (C) 2000, 2001, 2002, 2003, 2005, 2006 Free Software Foundation, Inc. -- 2.30.2