Skip to content

Commit

Permalink
Update radix-4.md
Browse files Browse the repository at this point in the history
  • Loading branch information
shadcn committed Sep 8, 2019
1 parent d4433dc commit 0cb0a6b
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions docs/radix-4.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,20 +9,13 @@ Documentation for Radix 4.x theme for Drupal 8.

## Quick start for Drupal 8

1. Download and enable radix: `drush dl radix; drush en radix -y;`.
2. Create a subtheme: `drush radix "SUBTHEME NAME"`.
1. Download and enable radix: `composer require drupal/radix`.
2. Create a subtheme: `drush --include="themes/contrib/radix" radix:create SUBTHEME NAME`.
3. Set default theme: `drush en SUBTHEME_NAME -y; drush config-set system.theme default SUBTHEME_NAME -y`.
4. Install required modules: `cd /path/to/SUBTHEME_NAME; npm install;`.
5. Update proxy in `/path/to/SUBTHEME_NAME/webpack.mix.js`.
6. Watch: `npm run watch`.

## Using Composer
Use the following command to install Radix using composer. This will pull in Radix and the Components module.

```
composer require drupal/radix
```

# Support

1. Create an issue on [drupal.org](https://www.drupal.org/project/issues/radix).
Expand Down

0 comments on commit 0cb0a6b

Please sign in to comment.