From 6799cc243571e7785c98135c94d10a73b98e9579 Mon Sep 17 00:00:00 2001 From: Louis-Guillaume Gagnon Date: Sat, 9 Nov 2013 18:34:36 -0500 Subject: [PATCH] - --- README | 59 ----------------------------------------------------------- 1 file changed, 59 deletions(-) delete mode 100644 README diff --git a/README b/README deleted file mode 100644 index c771ee7..0000000 --- a/README +++ /dev/null @@ -1,59 +0,0 @@ -hddb: the simple Haskell Document Database - -a simple sqlite-powered document tracker for the command-line - -=== Installation === - -you will need to install the following BUILD dependencies: - - * GHC: http://www.haskell.org/ghc/ - * HDBC-Sqlite3: http://hackage.haskell.org/package/HDBC-sqlite3 - -you will need to install the following RUN-TIME dependencies: - - * Sqlite3: http://www.sqlite.org - -to build, simply run: - - $ make - -to install, run: - - # make install - -alternatively, control the install location with the 'PREFIX' and 'DESTDIR' -environment variables (or simply edit the Makefile). - -Also, configure Config.hs as you wish *before* the build - -=== Using === - -After building and installing, - - $ hddb help - -also, - - $ man hddb - -=== Development === - -Grab the latest source and report bugs at: - - https://www.github.com/gagnonlg/hddb/ - -Stable releases can be found at: - - https://sites.google.com/site/hddbstable/ - -Get in touch with the author at: - - louis.guillaume.gagnon@gmail.com - -=== ===== === - -Copyright (C) 2013 Louis-Guillaume Gagnon - -This program may be freely redistributed under the terms -of the GNU General Public License, version 3 or later. -For more information, see 'COPYING' -- 2.11.4.GIT