Skip to content

Commit

Permalink
updated the Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
techmaniack committed Feb 12, 2012
1 parent 30a5fd8 commit 1ad2208
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.md
Expand Up @@ -2,8 +2,10 @@
My first attempt at learning Ruby/Rails.

This script when run, parses the RSS feed from railscast.com
and starts Downloading the videos in 'webm' in the directory where
the script has been called.
and starts Downloading
1 the videos in 'webm' format and
2 the Exercise files
in the directory where the script has been called.

Duplication of videos has been avoided by passing the '-c' parameter
to 'wget'.
Expand All @@ -18,6 +20,6 @@ $ruby fifRC.rb

voila!!!

## Are there any dependancies? Yes! ##
## Are there any dependencies? Yes! ##
* ruby
* wget

0 comments on commit 1ad2208

Please sign in to comment.