Skip to content

Commit 1378f99

Browse files
committed
updating install directions
1 parent 1e5b687 commit 1378f99

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,16 @@ The Twig PatternEngine allows you to use [Twig](http://twig.sensiolabs.org) as t
44

55
## Installation
66

7-
Pattern Lab PHP uses [Composer](https://getcomposer.org/) to manage project dependencies. To install the Twig PatternEngine:
7+
The Twig PatternEngine comes pre-installed with the [Pattern Lab Standard Edition for Twig](https://github.com/pattern-lab/edition-php-twig-standard). Please start there for all your Twig needs.
8+
9+
### Composer
10+
11+
Pattern Lab PHP uses [Composer](https://getcomposer.org/) to manage project dependencies with Pattern Lab Editions. To add the Twig PatternEngine to the dependencies list for your Edition you can type the following in the command line at the base of your project:
812

913
composer require pattern-lab/patternengine-twig
1014

15+
See Packagist for the [information on the latest release](https://packagist.org/packages/pattern-lab/patternengine-twig).
16+
1117
## Overview
1218

1319
This document is broken into three parts:

0 commit comments

Comments
 (0)