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.
41
41
> If you can't use the Symfony Installer, download and install the demo
42
42
> application using Git and Composer:
43
43
>
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 /
46
46
> $ composer install --no-interaction
47
47
48
48
Usage
@@ -52,7 +52,7 @@ There is no need to configure a virtual host in your web server to access the ap
52
52
Just use the built-in web server:
53
53
54
54
``` bash
55
- $ cd symfony-demo /
55
+ $ cd symfony_demo /
56
56
$ php bin/console server:run
57
57
```
58
58
@@ -76,8 +76,8 @@ use the legacy Symfony 2.8 version, clone the Git repository and checkout the
76
76
` v0.8.4 ` tag, which is the last one compatible with Symfony 2.8:
77
77
78
78
``` 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 /
81
81
$ git checkout tags/v0.8.4 -b v0.8.4
82
82
$ composer install
83
83
```
You can’t perform that action at this time.
0 commit comments