mirror of
https://github.com/dunyakirkali/letterpress.git
synced 2025-07-04 07:15:23 +00:00
Update README
This commit is contained in:
parent
69437f06a0
commit
3671774224
22
README.md
22
README.md
@ -18,12 +18,34 @@ Gutenberg the 💩 out of it!
|
|||||||
|
|
||||||
### Generate
|
### Generate
|
||||||
|
|
||||||
|
In order to generate the PDF and the EPUB versions of the book you can just run:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
make
|
make
|
||||||
```
|
```
|
||||||
|
|
||||||
|
If you just need to generate the PDF:
|
||||||
|
|
||||||
|
```bash
|
||||||
|
make output/your_book_slug.pdf
|
||||||
|
```
|
||||||
|
|
||||||
|
If you just need to generate the EPUB:
|
||||||
|
|
||||||
|
```bash
|
||||||
|
make output/your_book_slug.epub
|
||||||
|
```
|
||||||
|
|
||||||
### Count
|
### Count
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
make count
|
make count
|
||||||
```
|
```
|
||||||
|
|
||||||
|
### Clean
|
||||||
|
|
||||||
|
In order to remove the generated files you can run:
|
||||||
|
|
||||||
|
```bash
|
||||||
|
make clean
|
||||||
|
```
|
||||||
|
Loading…
Reference in New Issue
Block a user