Skip to content

Commit 6e3ff2a

Browse files
author
Matthew McCullough
committed
Merge pull request #52 from brettchalupa/bc/add_ubuntu_dependencies_to_readme
add ubuntu dependency install instructions to the readme
2 parents c2fcc13 + fbb1f84 commit 6e3ff2a

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.asciidoc

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,16 @@ $ brew install asciidoc source-highlight fop
6262
$ brew install https://gist.github.com/raw/4064648/kindlegen.rb
6363
----
6464
65+
If you are on Ubuntu, you can install the dependencies with apt-get:
66+
67+
----
68+
$ sudo apt-get install asciidoc
69+
$ sudo apt-get install source-highlight
70+
$ sudo apt-get install fop
71+
----
72+
73+
Kindlegen: http://www.amazon.com/gp/feature.html?ie=UTF8&docId=1000765211
74+
6575
Initialize a new book with `init`:
6676
6777
$ git scribe init <directory name>

0 commit comments

Comments
 (0)