Skip to content

Commit

Permalink
fix: update dependencies in readme, fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
janl authored Apr 7, 2017
1 parent d573308 commit 984b870
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,13 @@ To read the book online just open the file [book.asciidoc](book.asciidoc).

## Building

To build a pdf from source you will need make, asciidoc, pdflatex.
To build a pdf from source you will need make, asciidoc, pdflatex, and dblatex.


sudo apt-get install asciidoc
make
```shell
sudo apt-get install asciidoc
easy_install dblatex
make
```

# TODO
* Bring in missing chapters
Expand Down

0 comments on commit 984b870

Please sign in to comment.