Skip to content

Commit

Permalink
update doc
Browse files Browse the repository at this point in the history
  • Loading branch information
siuying committed May 20, 2010
1 parent 021b8b0 commit a6a1693
Showing 1 changed file with 15 additions and 4 deletions.
19 changes: 15 additions & 4 deletions README.markdown
@@ -1,17 +1,28 @@
Dependencies
============

* Hpricot
* Typhoeus

Install
=======

gem install embed_html
> gem install embed_html
Usage
=======

eurl _<input-url>_ _<output-file>_
> eurl _<input-url>_ _<output-file>_
Example:

eurl http://www.google.com google.html
> eurl "http://en.wikipedia.org/wiki/Wiki" wiki.html
Output:


> I, [2010-05-20T15:56:58.315769 #26393] INFO -- : downloading url: http://en.wikipedia.org/wiki/Wiki
> I, [2010-05-20T15:57:02.033068 #26393] INFO -- : done
The file wiki.html then contains the specified page, with all of the images embeded

0 comments on commit a6a1693

Please sign in to comment.