diff --git a/README.md b/README.md index d7d27f5..2541411 100644 --- a/README.md +++ b/README.md @@ -102,7 +102,7 @@ To install LocalGov Drupal locally for testing or development, use the Change `MY_PROJECT` to whatever you'd like your project directory to be called. ```bash -composer create-project localgovdrupal/localgov_microsites_project --stability alpha --no-install MY_PROJECT +composer create-project drupal/localgov_microsites_project --stability alpha --no-install MY_PROJECT ``` Change directory into the MY_PROJECT directory and run lando start. @@ -129,7 +129,7 @@ If developing locally and you want to force composer to clone again from source rather than use composer cache, you can add the `--no-cache` flag. ```bash -lando composer create-project localgovdrupal/localgov_microsites_project --stability alpha --no-cache --no-install MY_PROJECT +lando composer create-project drupal/localgov_microsites_project --stability alpha --no-cache --no-install MY_PROJECT ``` If you just want to pull in the latest changes to LocalGov Drupal run composer @@ -157,7 +157,7 @@ when running Composer commands, prefix the commands with `COMPOSER_MEMORY_LIMIT= For example, to install the project run: ```bash -COMPOSER_MEMORY_LIMIT=-1 composer create-project localgovdrupal/localgov_microsites_project MY_PROJECT +COMPOSER_MEMORY_LIMIT=-1 composer create-project drupal/localgov_microsites_project MY_PROJECT ``` ## Contributing