From d39ff29e3b5cc844e34ca3e6866c48d078ef8aa6 Mon Sep 17 00:00:00 2001 From: Dimitri Fontaine Date: Thu, 2 Jan 2014 23:45:05 +0100 Subject: [PATCH] Refix #17 by editing away a typo in the instructions. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 17f8e99..2e33219 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ 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 + $ echo "(:tree `pwd`)" ~/.config/common-lisp/source-registry.conf.d/pgloader.conf $ make pgloader $ ./build/pgloader.exe --help