From 25e88f4b2a59532f43e72014efc5236cad36cb47 Mon Sep 17 00:00:00 2001 From: Thomas Wright Date: Mon, 8 Oct 2012 00:45:09 -0500 Subject: [PATCH 1/2] Add config instructions to README --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index ad5b997ed..6f628acf7 100644 --- a/README.md +++ b/README.md @@ -114,6 +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 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. From a2de45b234908489d6e9f135bff62497c69bad09 Mon Sep 17 00:00:00 2001 From: Thomas Wright Date: Mon, 8 Oct 2012 09:08:03 -0500 Subject: [PATCH 2/2] Fix reference to config file --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6f628acf7..9f8493eb0 100644 --- a/README.md +++ b/README.md @@ -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.