diff --git a/README.md b/README.md index ae265a3..16f1f5b 100644 --- a/README.md +++ b/README.md @@ -23,10 +23,6 @@ Once these are installed, from within zine_maker run: one that is command line based is pdfunite http://linux-commands-examples.com/pdfunite -from the terminal run: - -`pdfunite cover.pdf body.pdf colophon.pdf output.pdf` - ## For shuffling the final pdf and prepare it for printing you need the pdfseparate command http://www.linux-commands-examples.com/pdfseparate it is used inside the shuffle_pdf.py file (see details at the end of this Readme) @@ -67,5 +63,13 @@ OR add your text file and replace respectively `python cover.py text/.txt colophones/.pdf` +## For the final pdf - screen version +from the terminal run: + +`pdfunite cover.pdf body.pdf colophon.pdf output.pdf` + ## To prepare signatures for printing a small booklet -`python shuffle_pdf.py final.pdf final_shuffled.pdf` \ No newline at end of file +`python shuffle_pdf.py final.pdf final_shuffled.pdf` + +## This readme as a generated zine: +open the file `zinemaker.pdf` \ No newline at end of file