From 4ec57cdf2ec57f2c5c34b9b8cf6ce54e189f59a7 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Tue, 3 Apr 2018 08:46:46 +0100 Subject: [PATCH] Add installation instructions --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 4e61bed..11c464e 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,15 @@ develop a module to the following acceptance criteria: - I want to see a list of all published pages at `/pages` - Ordered alphabetically by title +## Installation + +Within your Drupal 8 site: + +```bash +cd modules +git clone git@github.com:opdavies/drupal-tdd-dublin.git tdd_dublin +``` + ## Running the Tests These tests are functional tests based on the `BrowserTestBase` class so need