Skip to content

Commit 36cb12b

Browse files
authored
Merge pull request #2 from drupal-pattern-lab/feature/add-docs
Add docs on using this fork.
2 parents d4ef0d5 + 3a6a4bc commit 36cb12b

File tree

1 file changed

+12
-6
lines changed

1 file changed

+12
-6
lines changed

README.md

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,24 @@
1-
[![Build Status](https://travis-ci.org/pattern-lab/edition-php-drupal-standard.svg?branch=master)](https://travis-ci.org/pattern-lab/edition-php-drupal-standard)
1+
[![Build Status](https://travis-ci.org/drupal-pattern-lab/edition-php-drupal-standard.svg?branch=master)](https://travis-ci.org/drupal-pattern-lab/edition-php-drupal-standard)
22

3-
# Pattern Lab Twig Standard Edition for Drupal
3+
# Pattern Lab Twig Standard Edition for Drupal
44

55
The Standard Edition for Drupal gives developers and designers a clean and stable base from which to develop a Drupal compatible pattern library.
66

7-
## Prerequistes
7+
## Prerequistes
88

99
- [`composer`](https://getcomposer.org)
1010

1111
## First Time Install
1212

13-
1. Run `composer create-project pattern-lab/edition-drupal-standard FOLDERNAME` (Assuming you wanted it in a directory called `FOLDERNAME`).
14-
1. Select a starterkit from menu. If asked about replacing files, do it.
15-
1. Commit new files generated.
13+
Run this command (Assuming you wanted it in a directory called `FOLDERNAME`):
14+
15+
```bash
16+
composer create-project --repository '{ "type": "vcs", "url": "https://github.com/drupal-pattern-lab/edition-php-drupal-standard" }' pattern-lab/edition-drupal-standard
17+
```
18+
19+
Select a starterkit from menu. If asked about replacing files, do it.
20+
21+
Commit new files generated.
1622

1723
## Using It
1824

0 commit comments

Comments
 (0)