From 8100b2b9859cdeffc8e75fee52509503299a63d5 Mon Sep 17 00:00:00 2001 From: Dimitri Fontaine Date: Mon, 3 Feb 2014 21:26:33 +0100 Subject: [PATCH] Typo fix in the Install docs. --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 2e33219..6122cf9 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,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 "(:tree `pwd`)" ~/.config/common-lisp/source-registry.conf.d/pgloader.conf + $ mkdir -p ~/.config/common-lisp/source-registry.conf.d + $ echo "(:tree `pwd`)" > ~/.config/common-lisp/source-registry.conf.d/pgloader.conf $ make pgloader $ ./build/pgloader.exe --help