Skip to content

Commit

Permalink
add ubuntu dependency install instructions to the readme
Browse files Browse the repository at this point in the history
  • Loading branch information
brettchalupa committed Feb 26, 2013
1 parent c2fcc13 commit fbb1f84
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.asciidoc
Expand Up @@ -62,6 +62,16 @@ $ brew install asciidoc source-highlight fop
$ brew install https://gist.github.com/raw/4064648/kindlegen.rb
----
If you are on Ubuntu, you can install the dependencies with apt-get:
----
$ sudo apt-get install asciidoc
$ sudo apt-get install source-highlight
$ sudo apt-get install fop
----
Kindlegen: http://www.amazon.com/gp/feature.html?ie=UTF8&docId=1000765211
Initialize a new book with `init`:
$ git scribe init <directory name>
Expand Down

0 comments on commit fbb1f84

Please sign in to comment.