Skip to content

Commit 9853a8c

Browse files
committed
Updated and simplified the README contents
1 parent 527a33e commit 9853a8c

File tree

1 file changed

+13
-24
lines changed

1 file changed

+13
-24
lines changed

README.md

Lines changed: 13 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,9 @@ to develop Symfony applications following the recommended best practices.
77
Installation
88
------------
99

10-
This is a fully-functional Symfony project. If you want to get it running,
11-
you have two alternatives:
12-
13-
### A) Using the Symfony Installer
14-
15-
First, install the [Symfony Installer](https://github.com/symfony/symfony-installer).
16-
Then, download and install the Symfony Demo Application executing this command
17-
anywhere in your system:
10+
First, install the [Symfony Installer](https://github.com/symfony/symfony-installer)
11+
if you haven't already. Then, install the Symfony Demo Application executing
12+
this command anywhere in your system:
1813

1914
```bash
2015
$ symfony demo
@@ -23,23 +18,17 @@ $ symfony demo
2318
$ php symfony demo
2419
```
2520

26-
### B) Using Git
27-
28-
Alternatively, you can clone this repository using Git. Open up a terminal and
29-
execute the following command:
30-
31-
```bash
32-
$ git clone https://github.com/symfony/symfony-demo
33-
````
34-
35-
Next, [install Composer](http://symfony.com/doc/current/cookbook/composer.html)
36-
(if you haven't done this already), move into the project and use Composer to
37-
download the application dependencies:
21+
If the `demo` command is not available, update your Symfony Installer to the
22+
most recent version executing the `symfony self-update` command.
3823

39-
```bash
40-
$ cd symfony-demo/
41-
$ composer install
42-
```
24+
> **NOTE**
25+
>
26+
> If you can't use the Symfony Installer, download and install the demo
27+
> application using Git and Composer:
28+
>
29+
> $ git clone https://github.com/symfony/symfony-demo
30+
> $ cd symfony-demo/
31+
> $ composer install
4332
4433
Usage
4534
-----

0 commit comments

Comments
 (0)