From f51fed84b51ad26710e85274a48243da3a3b0744 Mon Sep 17 00:00:00 2001 From: Dimitri Fontaine Date: Wed, 18 Dec 2013 15:16:36 +0100 Subject: [PATCH] Review the installation docs, fix #17. --- README.md | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 1327795..17f8e99 100644 --- a/README.md +++ b/README.md @@ -38,6 +38,8 @@ pgloader is now a Common Lisp program, tested using the $ apt-get install sbcl $ apt-get install libsqlite3-dev + $ cd /path/to/pgloader + $ echo `pwd` > ~/.config/common-lisp/source-registry.conf.d/pgloader.conf $ make pgloader $ ./build/pgloader.exe --help @@ -49,12 +51,6 @@ to get included in the mainline version of the dependencies so that this whole section and assorted `Makefile` business disappear for being irrelevant. -#### Postmodern - -The current version of the code depends on a recent version of -[Postmodern](http://marijnhaverbeke.nl/postmodern/postmodern.html) not found -in Quicklisp yet at the time of this writing. - #### cl-csv The handling of `NULL` values in `CSV` files requires pgloader to have more