acquia / lightning-project

A Composer-based installer for the Lightning distribution of Drupal 8. Support ended on November 2, 2021 and this project is no longer maintained.
133 stars 60 forks source link

create project not working #5

Closed davidgil closed 8 years ago

davidgil commented 8 years ago

Hi,

In the doc you have a small problem, if you use:

composer create-project acquia/lightning-project:dev-master MY_PROJECT --no-interaction

I think the right command is now:

composer create-project acquia/lightning-project:8.x-dev MY_PROJECT --no-interaction

Best David

balsama commented 8 years ago

Yes, I think you're correct. We're tagging our RC1 today and announcing on Monday. All of the references in the docs will be updated (and maintained) after that. Thanks!