Magento – How To Download Magento 2.2.0 RC Setup using Composer

-setupcomposermagento2.2-dev

I know how to install Magento 2 using composer. Magento lattest release of beta version Magento 2.2.0 – Dev.I don't know how to download or Installation Using Composer. I try to run direct

"composer create-project –repository-url=https://repo.magento.com/
magento/project-community-edition=2.2.0 ."

but it's not working.Anyone have a command?

Magento 2.2.0 Git Release Path ::

https://github.com/magento/magento2/releases

Best Answer

We just published this morning with stability = rc. This command pulls down the latest RC build for me

composer create-project -s rc --repository-url=https://repo.magento.com/ \
  magento/project-community-edition mage2_test1