Closed siancu closed 12 years ago
@siancu, If you run bundle install
from within the project directory, it'll install the HTMLDOC, Nokogiri, and Mechanize gems for you.
I forgot to mention that you'll need to install the HTMLDOC binary prior to using this script as the aforementioned gem is just a Ruby wrapper around this binary. I have since updated the README to include this information, so thanks for reporting this!
You can install it via Homebrew with: brew install htmldoc
.
Didn't mean to close this. Let me know if this resolves your issue.
Thanks, it does solve the problem. Maybe you should mention the bundle install command in the Readme as well.
Thanks!
I get the following error when running the script:
Any ideas why? BTW, I had to manually install mechanize and htmldoc. I am trying to save the PDF files into ~/Desktop/Instapaper.
Thanks!