Skip to content

Commit

Permalink
Enhance the README
Browse files Browse the repository at this point in the history
  • Loading branch information
egli committed Nov 14, 2018
1 parent 4ece3de commit e431738
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,13 @@ A quick hack to export documents from a content store via

Start a REPL and use it from there.

``` shell
(with-open [writer (io/writer "export/ebooks.csv")]
(write-ebook-numbers writer (extract-ebook-numbers user password)))

(extract-content user password)
```

You might want to adapt the default values that are hard coded at the
top of `core.clj`.

Expand Down

0 comments on commit e431738

Please sign in to comment.