Update README.md

This commit is contained in:
2016-07-21 08:05:00 +10:00
parent bc881f3abb
commit 350e2fe180

View File

@@ -1 +1,8 @@
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