From 3a6a4bc4dc45452ccec326fa09ecdf83336935ab Mon Sep 17 00:00:00 2001 From: Evan Lovely Date: Fri, 28 Apr 2017 13:43:20 -0400 Subject: [PATCH] Adding docs on how to create project from our fork. --- README.md | 18 ++++++++++++------ 1 file changed, 12 insertions(+), 6 deletions(-) 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