Adds README

This commit is contained in:
Nemo 2017-02-18 15:33:04 +05:30
parent c1778dcd71
commit 21db1715e3
2 changed files with 13 additions and 1 deletions

9
README.md Normal file
View File

@ -0,0 +1,9 @@
# google-sre-ebook
![Cover](cover.jpg)
Generates a EPUB for the Google SRE Book.
Original sources are downloaded from https://landing.google.com/sre/
Review and run the `bootstrap.sh` script to generate the EPUB

View File

@ -5,4 +5,7 @@ cd html
wget --mirror https://landing.google.com/sre/book/
mv landing.google.com/sre/book/* .
rm -rf landing.google.com
rm -rf landing.google.com
cd ..
pip install -r requirements.txt
python2 generate.py