From c84b8d63d1925bde49b38a0c461a153bc8d99069 Mon Sep 17 00:00:00 2001 From: Dimitri Fontaine Date: Sun, 13 Oct 2013 23:14:26 +0200 Subject: [PATCH] Revise buildapp instructions now that we use our fork of cl-csv (temporarily). --- README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 4ce71b7..1fbd71a 100644 --- a/README.md +++ b/README.md @@ -77,13 +77,13 @@ When you're a Common Lisp developper or otherwise already using Quicklisp with some *local-projects* and a local source registry setup for *asdf*, use a command line like this: - ./buildapp --logfile /tmp/build.log \ - --asdf-path ~/quicklisp/local-projects/Postmodern/ \ - --manifest-file ./manifest.ql \ - --asdf-tree ~/quicklisp/dists \ - --load-system pgloader \ - --entry pgloader:main \ - --dynamic-space-size 4096 \ + ./buildapp --logfile /tmp/build.log \ + --asdf-tree ~/quicklisp/local-projects \ + --manifest-file ./manifest.ql \ + --asdf-tree ~/quicklisp/dists \ + --load-system pgloader \ + --entry pgloader:main \ + --dynamic-space-size 4096 \ --output pgloader.exe That command requires a `manifest.ql` file that you can obtain with the lisp