Skip to content
This repository has been archived by the owner on Mar 24, 2022. It is now read-only.

Commit

Permalink
Make note of the git-sourced gem caveat
Browse files Browse the repository at this point in the history
closes #38
  • Loading branch information
Brian Cunnie, Doc Ritezel & Matthew Kocher committed Nov 13, 2012
1 parent e256e02 commit 6e00ce9
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Expand Up @@ -131,6 +131,12 @@ end
* hashie
* net-ssh

## Forking

Please be aware that Lobot uses git submodules. In order to git source Lobot in your `Gemfile`, you will need the following line:

gem "lobot", :github => "pivotal/lobot", :submodules => true

## Testing

Lobot is tested using rspec, vagrant and test kitchen. You will need to set environment variables with your AWS credentials to run tests which rely on ec2:
Expand Down

0 comments on commit 6e00ce9

Please sign in to comment.