File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -41,8 +41,8 @@ most recent version executing the `symfony self-update` command.
4141> If you can't use the Symfony Installer, download and install the demo
4242> application using Git and Composer:
4343>
44- > $ git clone https://github.com/symfony/symfony-demo
45- > $ cd symfony-demo /
44+ > $ git clone https://github.com/symfony/symfony-demo symfony_demo
45+ > $ cd symfony_demo /
4646> $ composer install --no-interaction
4747
4848Usage
@@ -52,7 +52,7 @@ There is no need to configure a virtual host in your web server to access the ap
5252Just use the built-in web server:
5353
5454``` bash
55- $ cd symfony-demo /
55+ $ cd symfony_demo /
5656$ php bin/console server:run
5757```
5858
@@ -76,8 +76,8 @@ use the legacy Symfony 2.8 version, clone the Git repository and checkout the
7676` v0.8.4 ` tag, which is the last one compatible with Symfony 2.8:
7777
7878``` bash
79- $ git clone https://github.com/symfony/symfony-demo
80- $ cd symfony-demo /
79+ $ git clone https://github.com/symfony/symfony-demo symfony_demo
80+ $ cd symfony_demo /
8181$ git checkout tags/v0.8.4 -b v0.8.4
8282$ composer install
8383```
You can’t perform that action at this time.
0 commit comments