Skip to content
This repository has been archived by the owner on Jan 1, 2020. It is now read-only.

Commit

Permalink
Update usage examples
Browse files Browse the repository at this point in the history
Update usage examples with sections based on github or rubygems
installation methods.
  • Loading branch information
rurounijones committed May 2, 2013
1 parent f28acaa commit b3774fb
Showing 1 changed file with 15 additions and 3 deletions.
18 changes: 15 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,11 @@ work on jruby as the database dependencies need to be adapted.
Clone this repository into the directory of your choosing.

Then cd to that directory (this script has rvm/rbenv config files
which will trigger if you have either of them installed) then run
bundle install to install the supporting gems.
which will trigger if you have either of them installed) then run

bundle install

to install the supporting gems.

### From Rubygems

Expand All @@ -42,7 +45,16 @@ Install this script from rubygems using the gem command

## Usage

Run this script from the command-line using the following command
If you installed from github then run the following command from the
gem's root directory

ruby bin/bsf-scraper

For information regarding command-line options please run

ruby bin/bsf-scraper --help

If you installed from rubygems then you can simply run the following

bsf-scraper

Expand Down

0 comments on commit b3774fb

Please sign in to comment.