Skip to content

Commit 409a65b

Browse files
committed
bug #493 Use symfony_demo instead of symfony-demo folder name in docs (bocharsky-bw)
This PR was merged into the master branch. Discussion ---------- Use symfony_demo instead of symfony-demo folder name in docs Fix #492 In order to match the folder created by Symfony Installer which is `symfony_demo` instead of `symfony-demo`. Commits ------- 8a4f7f9 Use symfony_demo instead of symfony-demo folder name in docs
2 parents aca1d44 + 8a4f7f9 commit 409a65b

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff 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
4848
Usage
@@ -52,7 +52,7 @@ There is no need to configure a virtual host in your web server to access the ap
5252
Just 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
```

0 commit comments

Comments
 (0)