Skip to content

Commit ae31f87

Browse files
committed
Merge pull request binford2k#116 from schneems/master
Super minor doc updates
2 parents 25917f8 + 5b969ee commit ae31f87

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

README.rdoc

+6-2
Original file line numberDiff line numberDiff line change
@@ -430,9 +430,13 @@ Showoff can produce a PDF version of your presentation. To do this, you must in
430430

431431
gem install pdfkit
432432

433-
You'll then need to install a version of wkhtmltopdf available at http://code.google.com/p/wkhtmltopdf and make sure that +wkhtmltopdf+ is in your path when you start showoff.
433+
You'll then need to install a version of wkhtmltopdf available at the {wkhtmltopdf repo}[http://code.google.com/p/wkhtmltopdf/wiki/compilation] (or brew install wkhtmltopdf on a mac) and make sure that +wkhtmltopdf+ is in your path:
434434

435-
Then, navigate to <tt>/pdf</tt> (e.g. http://localhost/pdf) of your presentation and a PDF will be generated with the browser.
435+
export $PATH="/location/to/my/wkhtmltopdf/0.9.9:$PATH"
436+
437+
438+
439+
Then restart showoff, and navigate to <tt>/pdf</tt> (e.g. http://localhost/pdf) of your presentation and a PDF will be generated with the browser.
436440

437441
= Completion
438442

0 commit comments

Comments
 (0)