diff --git a/README.md b/README.md index cbdbc03..c94502a 100644 --- a/README.md +++ b/README.md @@ -1,18 +1,24 @@ -[![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) +[![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) -# Pattern Lab Twig Standard Edition for Drupal +# Pattern Lab Twig Standard Edition for Drupal The Standard Edition for Drupal gives developers and designers a clean and stable base from which to develop a Drupal compatible pattern library. -## Prerequistes +## Prerequistes - [`composer`](https://getcomposer.org) ## First Time Install -1. Run `composer create-project pattern-lab/edition-drupal-standard FOLDERNAME` (Assuming you wanted it in a directory called `FOLDERNAME`). -1. Select a starterkit from menu. If asked about replacing files, do it. -1. Commit new files generated. +Run this command (Assuming you wanted it in a directory called `FOLDERNAME`): + +```bash +composer create-project --repository '{ "type": "vcs", "url": "https://github.com/drupal-pattern-lab/edition-php-drupal-standard" }' pattern-lab/edition-drupal-standard +``` + +Select a starterkit from menu. If asked about replacing files, do it. + +Commit new files generated. ## Using It