Add installation instructions

This commit is contained in:
Oliver Davies 2018-04-03 08:46:46 +01:00
parent 38314a0ed2
commit 4ec57cdf2e

View file

@ -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