updated bootstrap script, requirements README

This commit is contained in:
Andrey Khon 2018-01-16 23:59:30 +07:00 committed by Nemo
parent d44ba6e540
commit 2d16561e9d
2 changed files with 5 additions and 4 deletions

View File

@ -11,8 +11,9 @@ Review and run the `bootstrap.sh` script to generate the EPUB and MOBI files
Requirements:
- Ruby
- bundler
- Installs nokogiri
- gem install bundler
- gem install nokogiri
- brew cask install calibre
# Known Issues

View File

@ -12,7 +12,7 @@ cd ..
bundle install
ruby generate.rb
cd html/chapters
pushd html/chapters
pandoc -f html+smart -t epub+smart -o ../../google-sre.epub --epub-metadata=../../metadata.xml --epub-cover-image=../../cover.jpg sre.html
popd
ebook-convert google-sre.epub google-sre.mobi