Fix reference to config file

This commit is contained in:
Thomas Wright 2012-10-08 09:08:03 -05:00
parent 25e88f4b2a
commit a2de45b234
1 changed files with 1 additions and 1 deletions

View File

@ -114,7 +114,7 @@ geemus says: "That should give you everything you need to get started, but let m
* Find something you would like to work on. For suggestions look for the `easy`, `medium` and `hard` tags in the [issues](https://github.com/fog/fog/issues)
* Fork the project and do your work in a topic branch.
* Add a config at `~/.pow` for the component you want to test.
* Add a config at `~/.fog` for the component you want to test.
* Add shindo tests to prove your code works and run all the tests using `bundle exec rake`.
* Rebase your branch against fog/fog to make sure everything is up to date.
* Commit your changes and send a pull request.