Skip to content

Commit

Permalink
Rakefile typo fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
Christoph Helma committed Aug 14, 2009
1 parent e04f931 commit 32467b6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README
Expand Up @@ -9,10 +9,10 @@ OpenTox Fminer

REST API

Description Method URI Parameters Result Status codes
Description Method URI Parameters Result Status codes

Create BBRC features POST / Activity dataset URI Feature dataset URI 200, 500
for a dataset
Create BBRC features POST / Activity dataset URI Feature dataset URI 200, 500
for a dataset

INSTALLATION

Expand Down
2 changes: 1 addition & 1 deletion Rakefile
Expand Up @@ -4,7 +4,7 @@ require 'rake'
desc "Install required gems and openbabel"
task :install do
`sudo gem sources -a http://gems.github.com`
`sudo gem install sinatra helma-opentox-ruby-api-wrapper`
`sudo gem install sinatra helma-opentox-ruby-api`
`git submodule init`
`git submodule update`
Dir.cd('libfminer')
Expand Down

0 comments on commit 32467b6

Please sign in to comment.