Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 9853a8c

Browse filesBrowse files
committed
Updated and simplified the README contents
1 parent 527a33e commit 9853a8c
Copy full SHA for 9853a8c

File tree

Expand file treeCollapse file tree

1 file changed

+13
-24
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+13
-24
lines changed

‎README.md

Copy file name to clipboardExpand all lines: README.md
+13-24Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.