Skip to content
This repository was archived by the owner on Jan 10, 2021. It is now read-only.

Commit 60198ac

Browse files
fix readme
1 parent 88ef297 commit 60198ac

File tree

1 file changed

+4
-13
lines changed

1 file changed

+4
-13
lines changed

README.md

Lines changed: 4 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,6 @@
1-
## DOCKER INSTRUCTIONS
2-
### Create docker container
3-
Git clone open-publisher repo
1+
## Open-Publisher
2+
Open publisher is really just a couple of bash scripts that wrap around Jekyll, Pandoc, KindleGen, and LaTeX, along with some custom Pandoc templates.
43

5-
`docker build -t open-publisher .`
4+
Write your manuscript in markdown, run a script, and receive some beautifully formatted ePub, Mobi, and print-ready PDF books.
65

7-
### Test run with example book
8-
#### Create example book
9-
This will move the contents of 'skel' to 'Source'
10-
`docker run -v $PWD/input:/Open-Publisher/Source -it open-publisher rake skel`
11-
12-
### Bind example book
13-
This will create two new directories (input & output) which are mounted inside the Docker container. input maps to Source and output maps to Books. Running this command will create all versions of the example book which you can see in output.
14-
15-
`docker run -v $PWD/input:/Open-Publisher/Source -v $PWD/output:/Open-Publisher/Books -it open-publisher rake all[all]`
6+
Full documentation website at [http://chrisanthropic.github.io/Open-Publisher-Documentation/](http://chrisanthropic.github.io/Open-Publisher-Documentation/)

0 commit comments

Comments
 (0)