We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c2fcc13 + fbb1f84 commit 6e3ff2aCopy full SHA for 6e3ff2a
README.asciidoc
@@ -62,6 +62,16 @@ $ brew install asciidoc source-highlight fop
62
$ brew install https://gist.github.com/raw/4064648/kindlegen.rb
63
----
64
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
75
Initialize a new book with `init`:
76
77
$ git scribe init <directory name>
0 commit comments