Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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
Expand Down Expand Up @@ -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
Expand Down