diff --git a/README.md b/README.md index 47e1ae9..1d50f91 100644 --- a/README.md +++ b/README.md @@ -1 +1,7 @@ -Drupal 7 module for managing event bookings. \ No newline at end of file +Drupal 7 module for managing event bookings. + +To install: +- Clone (or download & unpack) this module into your site's module directory (usually sites/all/modules) +- If not installed, download the [libraries](http://drupal.org/project/libraries) module, the [token](http://drupal.org/project/token) module and the [date](http://drupal.org/project/date) module +- Download the [Stripe API Library for PHP](https://stripe.com/docs/libraries) and install in your sites libraries folder (usually sites/all/libraries). The folder should be renamed to stripe (ie sites/all/libraries/stripe/lib/Stripe.php). +- Enable the booking module, and visit the [configuration page](http://your.site.com/admin/config/booking/general) to set initial values and save prior to using module