@@ -7,14 +7,9 @@ to develop Symfony applications following the recommended best practices.
7
7
Installation
8
8
------------
9
9
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:
18
13
19
14
``` bash
20
15
$ symfony demo
@@ -23,23 +18,17 @@ $ symfony demo
23
18
$ php symfony demo
24
19
```
25
20
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.
38
23
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
43
32
44
33
Usage
45
34
-----
0 commit comments