Skip to content

Use symfony_demo instead of symfony-demo folder name in docs #493

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Mar 5, 2017
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ most recent version executing the `symfony self-update` command.
> If you can't use the Symfony Installer, download and install the demo
> application using Git and Composer:
>
> $ git clone https://github.com/symfony/symfony-demo
> $ cd symfony-demo/
> $ git clone https://github.com/symfony/symfony-demo symfony_demo
> $ cd symfony_demo/
> $ composer install --no-interaction

Usage
Expand All @@ -52,7 +52,7 @@ There is no need to configure a virtual host in your web server to access the ap
Just use the built-in web server:

```bash
$ cd symfony-demo/
$ cd symfony_demo/
$ php bin/console server:run
```

Expand All @@ -76,8 +76,8 @@ use the legacy Symfony 2.8 version, clone the Git repository and checkout the
`v0.8.4` tag, which is the last one compatible with Symfony 2.8:

```bash
$ git clone https://github.com/symfony/symfony-demo
$ cd symfony-demo/
$ git clone https://github.com/symfony/symfony-demo symfony_demo
$ cd symfony_demo/
$ git checkout tags/v0.8.4 -b v0.8.4
$ composer install
```