atc0005 / notes

Various notes, quick references and topics I want to explore further
MIT License
0 stars 0 forks source link

Use EPUBCheck to validate an epub file #43

Open atc0005 opened 3 years ago

atc0005 commented 3 years ago
cd /tmp
wget https://github.com/w3c/epubcheck/releases/download/v4.2.4/epubcheck-4.2.4.zip
unzip epubcheck-4.2.4.zip
cd epubcheck-4.2.4/
wget https://github.com/quii/learn-go-with-tests/releases/download/11.1.2/learn-go-with-tests.epub
java -jar epubcheck.jar learn-go-with-tests.epub

Refs: