From aa1c5c80cca48a92035eebd64865549be52dd951 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20J=C4=99drzejewski?= Date: Fri, 21 Oct 2016 12:55:48 +0200 Subject: [PATCH] Update installation command for alpha --- README.md | 2 +- docs/book/installation.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e4f63d2b44..aa397a8673 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ Installation ```bash $ wget http://getcomposer.org/composer.phar -$ php composer.phar create-project sylius/sylius-standard app +$ php composer.phar create-project -s alpha sylius/sylius-standard app $ cd app $ npm install $ npm run gulp diff --git a/docs/book/installation.rst b/docs/book/installation.rst index bed4040093..95ee48a051 100644 --- a/docs/book/installation.rst +++ b/docs/book/installation.rst @@ -24,7 +24,7 @@ To create a new project using Sylius Standard Edition, run this command: .. code-block:: bash - $ composer create-project -s dev sylius/sylius-standard acme + $ composer create-project -s alpha sylius/sylius-standard acme This will create a new Symfony project in ``acme`` directory. When all the dependencies are installed, you'll be asked to fill the ``parameters.yml``