Commit a1f9d44f authored by Jennifer Dust's avatar Jennifer Dust
Browse files

Issue #3318758 by jldust: Update READ.ME to reflect changes

parent ff27cf05
Loading
Loading
Loading
Loading
+6 −7
Original line number Diff line number Diff line
Prototype D8
------------
# Prototype

What is it?
## What is it?
A component-based theme for Drupal by Aten Design Group

Requirements
 * Components module version 1.x-dev (https://www.drupal.org/project/components)
 * This patch (hhttps://www.drupal.org/files/issues/2707849-8.patch)
## Requirements
 * Components module version ~8.x-2.4 (https://www.drupal.org/project/components)
 * This patch (https://www.drupal.org/files/issues/2707849-8.patch)

Generate a Subtheme
## Generate a Subtheme
 * Run `./scripts/subtheme.sh <new theme name> <target directory>` where `<new theme name>` is the name of the theme you want to generate and `<target directory>` is where you would like the theme to be placed. Defaults to: `STARTER_KIT` and the current directory.