From 038671a0ba1f4ca21f1b34b14b58a0ac13f26163 Mon Sep 17 00:00:00 2001 From: Ray Estrada Date: Fri, 9 Feb 2024 16:46:30 -0800 Subject: [PATCH] Fix bug in bixaluswds.info file and update the README --- README.md | 7 +++++-- bixaluswds.info.yml | 2 +- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 67701b6..2047a05 100644 --- a/README.md +++ b/README.md @@ -14,12 +14,15 @@ Add bixal/bixaluswds to `repositories` object. "source": { "url": "https://github.com/Bixal/bixaluswds.git", "type": "git", - "reference": "v0.0.0" + "reference": "v0.0.2" } } } ``` -Run `lando composer install` +Then run +``` +lando composer require "bixal/bixaluswds" +``` ## Initialize child theme using drupal theme generate function Determine what theme name you want to use in this example we are using `my_new_theme`. diff --git a/bixaluswds.info.yml b/bixaluswds.info.yml index 3a64322..a65dc9d 100644 --- a/bixaluswds.info.yml +++ b/bixaluswds.info.yml @@ -1,7 +1,7 @@ name: Bixal USWDS base theme type: theme description: "Drupal base theme for use with USWDS. Check the README for further instructions." -core_version_requirement: "^^10" +core_version_requirement: "^10" base theme: false version: '0.0.0' hidden: true