From 2b9768deb312672571a53fc59617c3ecedcc40eb Mon Sep 17 00:00:00 2001 From: "O'Toole, James" Date: Sat, 3 Nov 2018 15:29:32 -0700 Subject: [PATCH] Add composer instructions --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 3ca7f19..1608b94 100755 --- a/README.md +++ b/README.md @@ -5,6 +5,14 @@ CLF is a *child theme* for the Drupal 8 base theme, [Galactus](https://github.co Created by the UBC IT Web Services Department. +# Composer Builds +If you're using composer, add the project with: +``` +composer require ubc-web-services/clf +``` + +This will also add the base theme, [Galactus](https://github.com/ubc-web-services/galactus). + # Drupal 7 Support _________________