Update README

This commit is contained in:
Will Farrington
2013-01-31 16:06:44 -08:00
parent ec7f74e4ca
commit 9392f38887

View File

@@ -25,11 +25,9 @@ Sometimes it's not possible to follow these rules, but try hard.
0. All hooks must subclass from `Boxen::Hook`
0. All hooks must provide an instance method `#enabled?`.
0. All hooks must provide a private instance method `required_environment_variables` that returns an array with at least one entry.
0. The `#enabled?` method must be based off of a `BOXEN_` prefixed env var.
0. All hooks must provide an instance method `#run`. It should do shit.
0. All hooks must provide a private instance method `#call`.
## Contributing