mirror of
https://github.com/dimitri/pgloader.git
synced 2025-08-08 07:16:58 +02:00
Refix #17 by editing away a typo in the instructions.
This commit is contained in:
parent
f2a38bdbcd
commit
d39ff29e3b
@ -39,7 +39,7 @@ pgloader is now a Common Lisp program, tested using the
|
|||||||
$ apt-get install sbcl
|
$ apt-get install sbcl
|
||||||
$ apt-get install libsqlite3-dev
|
$ apt-get install libsqlite3-dev
|
||||||
$ cd /path/to/pgloader
|
$ 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
|
$ make pgloader
|
||||||
$ ./build/pgloader.exe --help
|
$ ./build/pgloader.exe --help
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user