Skip to content

Commit

Permalink
updated instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
Zapotek committed Feb 14, 2012
1 parent 0c550a6 commit b9c6590
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,18 @@ in order to perform extremely focused audits or unit-tests.
### Gemfile

```ruby
gem 'rack-arachni-vectorfeed', :git => 'git://github.com/Arachni/rack-arachni-vectorfeed.git'
gem 'rack-arachni-vectorfeed',
:git => 'git://github.com/Arachni/rack-arachni-vectorfeed.git',
:require => 'rack/arachni-vectorfeed'
```

### Rails 3

Once you have followed the instructions for Gemfile installation you can then
choose an environment and add the following to its configuration:

```ruby
config.middleware.use Rack::ArachniVectorFeed, outfile: 'vectors.yml'
```

### Source
Expand Down

0 comments on commit b9c6590

Please sign in to comment.