From 350e2fe18006423a3c93c4a02d35dd10ff32bcf4 Mon Sep 17 00:00:00 2001 From: Nathan Coad Date: Thu, 21 Jul 2016 08:05:00 +1000 Subject: [PATCH] Update README.md --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 47e1ae9..1f15e22 100644 --- a/README.md +++ b/README.md @@ -1 +1,8 @@ -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